New York, NY 10010
Get directions
'+ ''; var infowindow = new google.maps.InfoWindow({ content: contentString }); var companyImage = new google.maps.MarkerImage('images/map-marker.png', new google.maps.Size(36,62),// Width and height of the marker new google.maps.Point(0,0), new google.maps.Point(18,52)// Position of the marker ); var companyPos = new google.maps.LatLng(40.6700, -73.9400); var companyMarker = new google.maps.Marker({ position: companyPos, map: map, icon: companyImage, title:"Shapeshift Interactive", zIndex: 3}); google.maps.event.addListener(companyMarker, 'click', function() { infowindow.open(map,companyMarker); pageView('/#address'); }); });