var mp_stacks_googlemaps_exists; var directionsDisplay_65; var directionsService_65; var map_65; function mp_stacks_googlemaps_65_initialize() { mp_stacks_googlemaps_exists = true; directionsService_65 = new google.maps.DirectionsService(); directionsDisplay_65 = new google.maps.DirectionsRenderer(); var mapOptions = { scrollwheel: false, center: { lat: 45.2250104, lng: -74.6043908}, zoom: 10 }; map_65 = new google.maps.Map(document.getElementById('mp-stacks-googlemaps-65-map-canvas'), mapOptions); var image_0 = { url: 'http://redrobinlawns.com/wp-content/uploads/2016/01/map-marker1.png', // Set the width and height to match the width and height of the uploaded image size: new google.maps.Size(100, 138), // The origin for this image is 0,0. origin: new google.maps.Point(0,0), // The anchor for this image is the bottom center of it (when scaled to halfsize for retina) anchor: new google.maps.Point(25, 69), scaledSize: new google.maps.Size(50, 69) }; var infowindow_0 = new google.maps.InfoWindow({ content: '
'+'
'+"Red Robin Lawn and Garden"+'
'+'
'+"Proudly serving Cornwall and the Stormont, Dundas and Glengarry Counties."+'
'+'
'+"613-930-LAWN (5296)"+'
'+'
'+"hello@redrobinlawns.com"+'
'+'
', pixelOffset: new google.maps.Size(0, -69),position: new google.maps.LatLng(45.2250104, -74.6043908) }); var marker_0 = new google.maps.Marker({ position: {lat:45.2250104, lng: -74.6043908}, title:"Red Robin Lawn and Garden",icon: image_0, animation: google.maps.Animation.DROP, }); infowindow_0.open(map_65);google.maps.event.addListener(marker_0, 'click', function() { infowindow_0.close(map_65); infowindow_0.open(map_65); }); //Add The marker to the map marker_0.setMap(map_65); } //Initialize the map upon load function mp_stacks_googlemaps_initialize(){ mp_stacks_googlemaps_65_initialize(); } //Initialize the map on ajax updates if ( mp_stacks_googlemaps_exists ){ mp_stacks_googlemaps_65_initialize(); }