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.0454,-75.3899)};var g_6acc32427547ed2bdab63c34f20f0228 = new google.maps.Geocoder();g_6acc32427547ed2bdab63c34f20f0228.geocode( { 'address': "38 West Ave, Wayne, PA 19087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wayne-PA-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('wayne-PA-mt-bank'), mapOptions);}document.getElementById('826d01e5').innerHTML += ' | View Map';var $l6acc32427547ed2bdab63c34f20f0228 = '

M&T Bank

Address: 38 West Ave, Wayne, PA 19087, USA
Phone: (610) 687-8906
';var m_6acc32427547ed2bdab63c34f20f0228 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank',});m_6acc32427547ed2bdab63c34f20f0228['infowindow'] = new google.maps.InfoWindow({content: $l6acc32427547ed2bdab63c34f20f0228});var infowindow = new google.maps.InfoWindow({content: $l6acc32427547ed2bdab63c34f20f0228});google.maps.event.addListener(m_6acc32427547ed2bdab63c34f20f0228, 'click', function() {infowindow.open(map,m_6acc32427547ed2bdab63c34f20f0228);});$marker.push(m_6acc32427547ed2bdab63c34f20f0228);}});}google.maps.event.addDomListener(window, 'load', initialize);