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.103,-78.4938)};var g_6644da5af8cbc1c19a5c4ffbb088773c = new google.maps.Geocoder();g_6644da5af8cbc1c19a5c4ffbb088773c.geocode( { 'address': "60 W Main St, Allegany, NY 14706"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('allegany-NY-five-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('allegany-NY-five-star-bank'), mapOptions);}document.getElementById('d8928f60').innerHTML += ' | View Map';var $l6644da5af8cbc1c19a5c4ffbb088773c = '

Five Star Bank

Address: 60 W Main St, Allegany, NY 14706
Phone: (716) 373-4343
';var m_6644da5af8cbc1c19a5c4ffbb088773c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank',});m_6644da5af8cbc1c19a5c4ffbb088773c['infowindow'] = new google.maps.InfoWindow({content: $l6644da5af8cbc1c19a5c4ffbb088773c});var infowindow = new google.maps.InfoWindow({content: $l6644da5af8cbc1c19a5c4ffbb088773c});google.maps.event.addListener(m_6644da5af8cbc1c19a5c4ffbb088773c, 'click', function() {infowindow.open(map,m_6644da5af8cbc1c19a5c4ffbb088773c);});$marker.push(m_6644da5af8cbc1c19a5c4ffbb088773c);}});}google.maps.event.addDomListener(window, 'load', initialize);