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.0554,-76.1232)};var g_f711a52d7333d71a63c4ea7b37c73091 = new google.maps.Geocoder();g_f711a52d7333d71a63c4ea7b37c73091.geocode( { 'address': "3621 Old Philadelphia Pike, Intercourse, PA 17534"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('intercourse-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('intercourse-PA-mt-bank'), mapOptions);}document.getElementById('1d4a56e6').innerHTML += ' | View Map';var $lf711a52d7333d71a63c4ea7b37c73091 = '

M&T Bank

Address: 3621 Old Philadelphia Pike, Intercourse, PA 17534
Phone: (717) 768-7930
';var m_f711a52d7333d71a63c4ea7b37c73091 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_f711a52d7333d71a63c4ea7b37c73091['infowindow'] = new google.maps.InfoWindow({content: $lf711a52d7333d71a63c4ea7b37c73091});var infowindow = new google.maps.InfoWindow({content: $lf711a52d7333d71a63c4ea7b37c73091});google.maps.event.addListener(m_f711a52d7333d71a63c4ea7b37c73091, 'click', function() {infowindow.open(map,m_f711a52d7333d71a63c4ea7b37c73091);});$marker.push(m_f711a52d7333d71a63c4ea7b37c73091);}});}google.maps.event.addDomListener(window, 'load', initialize);