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.7284,-77.8675)};var g_536cf5010c82f358ba271ccdc42c8b89 = new google.maps.Geocoder();g_536cf5010c82f358ba271ccdc42c8b89.geocode( { 'address': "23 E State St, Mt Morris, NY 14510, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mount-morris-NY-five-star-bank-mt-morris-branch').style.display = '';map = new google.maps.Map(document.getElementById('mount-morris-NY-five-star-bank-mt-morris-branch'), mapOptions);}document.getElementById('66fdc5bc').innerHTML += ' | View Map';var $l536cf5010c82f358ba271ccdc42c8b89 = '

Five Star Bank, Mt. Morris Branch

Address: 23 E State St, Mt Morris, NY 14510, USA
Phone: (585) 658-2861
';var m_536cf5010c82f358ba271ccdc42c8b89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Five Star Bank, Mt. Morris Branch',});m_536cf5010c82f358ba271ccdc42c8b89['infowindow'] = new google.maps.InfoWindow({content: $l536cf5010c82f358ba271ccdc42c8b89});var infowindow = new google.maps.InfoWindow({content: $l536cf5010c82f358ba271ccdc42c8b89});google.maps.event.addListener(m_536cf5010c82f358ba271ccdc42c8b89, 'click', function() {infowindow.open(map,m_536cf5010c82f358ba271ccdc42c8b89);});$marker.push(m_536cf5010c82f358ba271ccdc42c8b89);}});}google.maps.event.addDomListener(window, 'load', initialize);