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(43.295,-77.7896)};var g_2629f4de6f274d67a072b009da9b486d = new google.maps.Geocoder();g_2629f4de6f274d67a072b009da9b486d.geocode( { 'address': "650 Lake Ave, Hilton, NY 14468"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hilton-NY-five-cents-fast').style.display = '';map = new google.maps.Map(document.getElementById('hilton-NY-five-cents-fast'), mapOptions);}document.getElementById('a35403a0').innerHTML += ' | View Map';var $l2629f4de6f274d67a072b009da9b486d = '

Five Cents Fast

Address: 650 Lake Ave, Hilton, NY 14468
Phone: (585) 366-4416
';var m_2629f4de6f274d67a072b009da9b486d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Cents Fast',});m_2629f4de6f274d67a072b009da9b486d['infowindow'] = new google.maps.InfoWindow({content: $l2629f4de6f274d67a072b009da9b486d});var infowindow = new google.maps.InfoWindow({content: $l2629f4de6f274d67a072b009da9b486d});google.maps.event.addListener(m_2629f4de6f274d67a072b009da9b486d, 'click', function() {infowindow.open(map,m_2629f4de6f274d67a072b009da9b486d);});$marker.push(m_2629f4de6f274d67a072b009da9b486d);}});}google.maps.event.addDomListener(window, 'load', initialize);