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.8793,-75.3234)};var g_024c0090cb657d8a433f4f9afe8c6cd2 = new google.maps.Geocoder();g_024c0090cb657d8a433f4f9afe8c6cd2.geocode( { 'address': "11 E Hinckley Ave, Ridley Park, PA 19078, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridley-park-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('ridley-park-PA-mt-bank'), mapOptions);}document.getElementById('85ec4e5a').innerHTML += ' | View Map';var $l024c0090cb657d8a433f4f9afe8c6cd2 = '

M&T Bank

Address: 11 E Hinckley Ave, Ridley Park, PA 19078, USA
Phone: (610) 521-2900
';var m_024c0090cb657d8a433f4f9afe8c6cd2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_024c0090cb657d8a433f4f9afe8c6cd2['infowindow'] = new google.maps.InfoWindow({content: $l024c0090cb657d8a433f4f9afe8c6cd2});var infowindow = new google.maps.InfoWindow({content: $l024c0090cb657d8a433f4f9afe8c6cd2});google.maps.event.addListener(m_024c0090cb657d8a433f4f9afe8c6cd2, 'click', function() {infowindow.open(map,m_024c0090cb657d8a433f4f9afe8c6cd2);});$marker.push(m_024c0090cb657d8a433f4f9afe8c6cd2);}});}google.maps.event.addDomListener(window, 'load', initialize);