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.1395,-77.3661)};var g_6e62a136d4a6aa55ea3c2addb061d83a = new google.maps.Geocoder();g_6e62a136d4a6aa55ea3c2addb061d83a.geocode( { 'address': "3299 Ritner Hwy, Newville, PA 17421, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('newville-PA-atm-mt-bank').style.display = '';map = new google.maps.Map(document.getElementById('newville-PA-atm-mt-bank'), mapOptions);}document.getElementById('ca376621').innerHTML += ' | View Map';var $l6e62a136d4a6aa55ea3c2addb061d83a = '

ATM M&t Bank

Address: 3299 Ritner Hwy, Newville, PA 17421, USA
Phone: (800) 627-3999
';var m_6e62a136d4a6aa55ea3c2addb061d83a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM M&t Bank',});m_6e62a136d4a6aa55ea3c2addb061d83a['infowindow'] = new google.maps.InfoWindow({content: $l6e62a136d4a6aa55ea3c2addb061d83a});var infowindow = new google.maps.InfoWindow({content: $l6e62a136d4a6aa55ea3c2addb061d83a});google.maps.event.addListener(m_6e62a136d4a6aa55ea3c2addb061d83a, 'click', function() {infowindow.open(map,m_6e62a136d4a6aa55ea3c2addb061d83a);});$marker.push(m_6e62a136d4a6aa55ea3c2addb061d83a);}});}google.maps.event.addDomListener(window, 'load', initialize);