﻿/*Created: February 2nd, 2011*/
/*<![CDATA[ */
function initialize() {
    var latlng = new google.maps.LatLng(52.579196,13.30547);
    var myOptions = {mapTypeControl: true, navigationControl: true, disableDefaultUI: true, zoom: 16, center: latlng, mapTypeId: google.maps.MapTypeId.ROADMAP};
    var map = new google.maps.Map(document.getElementById("googlemap"), myOptions);
	var image = 'images/fav.ico';
	var marker = new google.maps.Marker({position: latlng, map: map, icon: image, title:"Zi-Do Gerüstbau GmbH - Soltauer Straße 17, 13509 Berlin"});
}
/* ]]> */
