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.0959,-75.9633)};var g_15d36258181597d23f16bbcfa25202ec = new google.maps.Geocoder();g_15d36258181597d23f16bbcfa25202ec.geocode( { 'address': "4477 Vestal Pkwy E, Vestal, NY 13850, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vestal-NY-miller-honda').style.display = '';map = new google.maps.Map(document.getElementById('vestal-NY-miller-honda'), mapOptions);}document.getElementById('1a6407df').innerHTML += ' | View Map';var $l15d36258181597d23f16bbcfa25202ec = '

Miller Honda

Address: 4477 Vestal Pkwy E, Vestal, NY 13850, USA
Phone: (607) 797-1221
';var m_15d36258181597d23f16bbcfa25202ec = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Miller Honda',});m_15d36258181597d23f16bbcfa25202ec['infowindow'] = new google.maps.InfoWindow({content: $l15d36258181597d23f16bbcfa25202ec});var infowindow = new google.maps.InfoWindow({content: $l15d36258181597d23f16bbcfa25202ec});google.maps.event.addListener(m_15d36258181597d23f16bbcfa25202ec, 'click', function() {infowindow.open(map,m_15d36258181597d23f16bbcfa25202ec);});$marker.push(m_15d36258181597d23f16bbcfa25202ec);}});}google.maps.event.addDomListener(window, 'load', initialize);