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.109,-76.0118)};var g_dc0f69c45ddd49f4e60cbc5bb1986dc5 = new google.maps.Geocoder();g_dc0f69c45ddd49f4e60cbc5bb1986dc5.geocode( { 'address': "3652 George F Hwy #2, Endicott, NY 13760, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('endicott-NY-empire-auto-sales').style.display = '';map = new google.maps.Map(document.getElementById('endicott-NY-empire-auto-sales'), mapOptions);}document.getElementById('c1767205').innerHTML += ' | View Map';var $ldc0f69c45ddd49f4e60cbc5bb1986dc5 = '

Empire Auto Sales

Address: 3652 George F Hwy #2, Endicott, NY 13760, USA
Phone: (607) 321-2078
';var m_dc0f69c45ddd49f4e60cbc5bb1986dc5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Empire Auto Sales',});m_dc0f69c45ddd49f4e60cbc5bb1986dc5['infowindow'] = new google.maps.InfoWindow({content: $ldc0f69c45ddd49f4e60cbc5bb1986dc5});var infowindow = new google.maps.InfoWindow({content: $ldc0f69c45ddd49f4e60cbc5bb1986dc5});google.maps.event.addListener(m_dc0f69c45ddd49f4e60cbc5bb1986dc5, 'click', function() {infowindow.open(map,m_dc0f69c45ddd49f4e60cbc5bb1986dc5);});$marker.push(m_dc0f69c45ddd49f4e60cbc5bb1986dc5);}});}google.maps.event.addDomListener(window, 'load', initialize);