var TheSteamcompany = new google.maps.LatLng(, ); var TheSteamcompany_ContentString = 'The Steamcompany
Koldingweg9
Groningen
9723 HL'; var TheSteamcompany_Image = new google.maps.MarkerImage('http://www.stomenisbeter.nl/img/maps/maps_logo.png', new google.maps.Size(189, 59), new google.maps.Point(0,0), new google.maps.Point(0,59)); var centerpunt = new google.maps.LatLng(,); var marker; var map; function initialize() { var mapOptions = { zoom: 9, mapTypeId: google.maps.MapTypeId.ROADMAP, center: centerpunt }; map = new google.maps.Map(document.getElementById('map_canvas'),mapOptions); var TheSteamcompany_ContentInfo = new google.maps.InfoWindow({ content: TheSteamcompany_ContentString});TheSteamcompany_marker = new google.maps.Marker({ map:map, draggable:true, position: TheSteamcompany, icon: TheSteamcompany_Image, title:"The Steamcompany"});google.maps.event.addListener(TheSteamcompany_marker, 'click', function() { TheSteamcompany_ContentInfo.open(map,TheSteamcompany_marker);}); }