var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(42.8086,-73.9362)};var g_5956d26c6b6482c5662f0f1c3b064ed3 = new google.maps.Geocoder();g_5956d26c6b6482c5662f0f1c3b064ed3.geocode( { 'address': "756 State St, Schenectady, NY 12307, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schenectady-NY-mohawk-auto-center').style.display = '';map = new google.maps.Map(document.getElementById('schenectady-NY-mohawk-auto-center'), mapOptions);}document.getElementById('94c7d78e').innerHTML += ' | View Map';var $l5956d26c6b6482c5662f0f1c3b064ed3 = '

Mohawk Auto Center

Address: 756 State St, Schenectady, NY 12307, USA
Phone: (518) 688-3601
';var m_5956d26c6b6482c5662f0f1c3b064ed3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mohawk Auto Center',});m_5956d26c6b6482c5662f0f1c3b064ed3['infowindow'] = new google.maps.InfoWindow({content: $l5956d26c6b6482c5662f0f1c3b064ed3});var infowindow = new google.maps.InfoWindow({content: $l5956d26c6b6482c5662f0f1c3b064ed3});google.maps.event.addListener(m_5956d26c6b6482c5662f0f1c3b064ed3, 'click', function() {infowindow.open(map,m_5956d26c6b6482c5662f0f1c3b064ed3);});$marker.push(m_5956d26c6b6482c5662f0f1c3b064ed3);}});}google.maps.event.addDomListener(window, 'load', initialize);