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.3283,-76.0725)};var g_79f9149c02c8fba258d0b254eb0de37b = new google.maps.Geocoder();g_79f9149c02c8fba258d0b254eb0de37b.geocode( { 'address': "328 E Penn Ave, Wernersville, PA 19565, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wernersville-PA-mt-atm').style.display = '';map = new google.maps.Map(document.getElementById('wernersville-PA-mt-atm'), mapOptions);}document.getElementById('3e23f20f').innerHTML += ' | View Map';var $l79f9149c02c8fba258d0b254eb0de37b = '

M&T ATM

Address: 328 E Penn Ave, Wernersville, PA 19565, USA
Phone:
';var m_79f9149c02c8fba258d0b254eb0de37b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T ATM',});m_79f9149c02c8fba258d0b254eb0de37b['infowindow'] = new google.maps.InfoWindow({content: $l79f9149c02c8fba258d0b254eb0de37b});var infowindow = new google.maps.InfoWindow({content: $l79f9149c02c8fba258d0b254eb0de37b});google.maps.event.addListener(m_79f9149c02c8fba258d0b254eb0de37b, 'click', function() {infowindow.open(map,m_79f9149c02c8fba258d0b254eb0de37b);});$marker.push(m_79f9149c02c8fba258d0b254eb0de37b);}});}google.maps.event.addDomListener(window, 'load', initialize);