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.5238,-77.2895)};var g_d22456d383a651f5ea996830ca6cffd8 = new google.maps.Geocoder();g_d22456d383a651f5ea996830ca6cffd8.geocode( { 'address': "12 Chapel St, Prattsburgh, NY 14873, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prattsburgh-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('prattsburgh-NY-mt-bank'), mapOptions);}document.getElementById('bbbbfc0f').innerHTML += ' | View Map';var $ld22456d383a651f5ea996830ca6cffd8 = '

M&T Bank

Address: 12 Chapel St, Prattsburgh, NY 14873, USA
Phone: (607) 522-3707
';var m_d22456d383a651f5ea996830ca6cffd8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_d22456d383a651f5ea996830ca6cffd8['infowindow'] = new google.maps.InfoWindow({content: $ld22456d383a651f5ea996830ca6cffd8});var infowindow = new google.maps.InfoWindow({content: $ld22456d383a651f5ea996830ca6cffd8});google.maps.event.addListener(m_d22456d383a651f5ea996830ca6cffd8, 'click', function() {infowindow.open(map,m_d22456d383a651f5ea996830ca6cffd8);});$marker.push(m_d22456d383a651f5ea996830ca6cffd8);}});}google.maps.event.addDomListener(window, 'load', initialize);