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.0786,-78.2725)};var g_e35d7a5768c4b85b4780384d55dc3620 = new google.maps.Geocoder();g_e35d7a5768c4b85b4780384d55dc3620.geocode( { 'address': "54 Main St, Oakfield, NY 14125"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakfield-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakfield-NY-mt-bank'), mapOptions);}document.getElementById('eaebcfb0').innerHTML += ' | View Map';var $le35d7a5768c4b85b4780384d55dc3620 = '

M&T Bank

Address: 54 Main St, Oakfield, NY 14125
Phone: (585) 948-5232
';var m_e35d7a5768c4b85b4780384d55dc3620 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_e35d7a5768c4b85b4780384d55dc3620['infowindow'] = new google.maps.InfoWindow({content: $le35d7a5768c4b85b4780384d55dc3620});var infowindow = new google.maps.InfoWindow({content: $le35d7a5768c4b85b4780384d55dc3620});google.maps.event.addListener(m_e35d7a5768c4b85b4780384d55dc3620, 'click', function() {infowindow.open(map,m_e35d7a5768c4b85b4780384d55dc3620);});$marker.push(m_e35d7a5768c4b85b4780384d55dc3620);}});}google.maps.event.addDomListener(window, 'load', initialize);