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(39.7278,-76.4521)};var g_492c43e3ccf906a1706e997822ac83d4 = new google.maps.Geocoder();g_492c43e3ccf906a1706e997822ac83d4.geocode( { 'address': "4 S Market St, Fawn Grove, PA 17321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fawn-grove-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('fawn-grove-PA-mt-bank'), mapOptions);}document.getElementById('e80488f3').innerHTML += ' | View Map';var $l492c43e3ccf906a1706e997822ac83d4 = '

M&T Bank

Address: 4 S Market St, Fawn Grove, PA 17321, USA
Phone: (717) 382-4841
';var m_492c43e3ccf906a1706e997822ac83d4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_492c43e3ccf906a1706e997822ac83d4['infowindow'] = new google.maps.InfoWindow({content: $l492c43e3ccf906a1706e997822ac83d4});var infowindow = new google.maps.InfoWindow({content: $l492c43e3ccf906a1706e997822ac83d4});google.maps.event.addListener(m_492c43e3ccf906a1706e997822ac83d4, 'click', function() {infowindow.open(map,m_492c43e3ccf906a1706e997822ac83d4);});$marker.push(m_492c43e3ccf906a1706e997822ac83d4);}});}google.maps.event.addDomListener(window, 'load', initialize);