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.2662,-75.8073)};var g_91cff01af640a24e7f9f7a5ab407889f = new google.maps.Geocoder();g_91cff01af640a24e7f9f7a5ab407889f.geocode( { 'address': "248 N Mill St, Birdsboro, PA 19508, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('birdsboro-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('birdsboro-PA-mt-bank'), mapOptions);}document.getElementById('9756a44e').innerHTML += ' | View Map';var $l91cff01af640a24e7f9f7a5ab407889f = '

M&T Bank

Address: 248 N Mill St, Birdsboro, PA 19508, USA
Phone: (610) 378-3790
';var m_91cff01af640a24e7f9f7a5ab407889f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_91cff01af640a24e7f9f7a5ab407889f['infowindow'] = new google.maps.InfoWindow({content: $l91cff01af640a24e7f9f7a5ab407889f});var infowindow = new google.maps.InfoWindow({content: $l91cff01af640a24e7f9f7a5ab407889f});google.maps.event.addListener(m_91cff01af640a24e7f9f7a5ab407889f, 'click', function() {infowindow.open(map,m_91cff01af640a24e7f9f7a5ab407889f);});$marker.push(m_91cff01af640a24e7f9f7a5ab407889f);}});}google.maps.event.addDomListener(window, 'load', initialize);