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.787,-77.7159)};var g_22ccdfd754d960a956f6c93089a0e196 = new google.maps.Geocoder();g_22ccdfd754d960a956f6c93089a0e196.geocode( { 'address': "643 E Baltimore St, Greencastle, PA 17225, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('greencastle-PA-mt-bank-atm').style.display = '';map = new google.maps.Map(document.getElementById('greencastle-PA-mt-bank-atm'), mapOptions);}document.getElementById('c894ffa4').innerHTML += ' | View Map';var $l22ccdfd754d960a956f6c93089a0e196 = '

M&T Bank ATM

Address: 643 E Baltimore St, Greencastle, PA 17225, USA
Phone: (800) 724-2440
';var m_22ccdfd754d960a956f6c93089a0e196 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M&T Bank ATM',});m_22ccdfd754d960a956f6c93089a0e196['infowindow'] = new google.maps.InfoWindow({content: $l22ccdfd754d960a956f6c93089a0e196});var infowindow = new google.maps.InfoWindow({content: $l22ccdfd754d960a956f6c93089a0e196});google.maps.event.addListener(m_22ccdfd754d960a956f6c93089a0e196, 'click', function() {infowindow.open(map,m_22ccdfd754d960a956f6c93089a0e196);});$marker.push(m_22ccdfd754d960a956f6c93089a0e196);}});}google.maps.event.addDomListener(window, 'load', initialize);