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(40.4267,-78.4316)};var g_570763d7c089a379c049ee762f87d6e1 = new google.maps.Geocoder();g_570763d7c089a379c049ee762f87d6e1.geocode( { 'address': "201 Plank Rd, Duncansville, PA 16635"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('duncansville-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('duncansville-PA-mt-bank'), mapOptions);}document.getElementById('83287034').innerHTML += ' | View Map';var $l570763d7c089a379c049ee762f87d6e1 = '

M&T Bank

Address: 201 Plank Rd, Duncansville, PA 16635
Phone: (814) 696-4386
';var m_570763d7c089a379c049ee762f87d6e1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_570763d7c089a379c049ee762f87d6e1['infowindow'] = new google.maps.InfoWindow({content: $l570763d7c089a379c049ee762f87d6e1});var infowindow = new google.maps.InfoWindow({content: $l570763d7c089a379c049ee762f87d6e1});google.maps.event.addListener(m_570763d7c089a379c049ee762f87d6e1, 'click', function() {infowindow.open(map,m_570763d7c089a379c049ee762f87d6e1);});$marker.push(m_570763d7c089a379c049ee762f87d6e1);}});}google.maps.event.addDomListener(window, 'load', initialize);