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.0433,-74.8589)};var g_2dcf3faa111f9fea4396c3dc793c3a6f = new google.maps.Geocoder();g_2dcf3faa111f9fea4396c3dc793c3a6f.geocode( { 'address': "501 E Main St, Little Falls, NY 13365, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-falls-NY-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-falls-NY-mt-bank'), mapOptions);}document.getElementById('d9081a01').innerHTML += ' | View Map';var $l2dcf3faa111f9fea4396c3dc793c3a6f = '

M&T Bank

Address: 501 E Main St, Little Falls, NY 13365, USA
Phone: (315) 823-6202
';var m_2dcf3faa111f9fea4396c3dc793c3a6f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_2dcf3faa111f9fea4396c3dc793c3a6f['infowindow'] = new google.maps.InfoWindow({content: $l2dcf3faa111f9fea4396c3dc793c3a6f});var infowindow = new google.maps.InfoWindow({content: $l2dcf3faa111f9fea4396c3dc793c3a6f});google.maps.event.addListener(m_2dcf3faa111f9fea4396c3dc793c3a6f, 'click', function() {infowindow.open(map,m_2dcf3faa111f9fea4396c3dc793c3a6f);});$marker.push(m_2dcf3faa111f9fea4396c3dc793c3a6f);}});}google.maps.event.addDomListener(window, 'load', initialize);