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.7556,-77.5782)};var g_e8aa6bac067a799ae807a5edf791e21a = new google.maps.Geocoder();g_e8aa6bac067a799ae807a5edf791e21a.geocode( { 'address': "10 W Main St, Waynesboro, PA 17268, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('waynesboro-PA-atm-bbt-bank').style.display = '';map = new google.maps.Map(document.getElementById('waynesboro-PA-atm-bbt-bank'), mapOptions);}document.getElementById('05d884f3').innerHTML += ' | View Map';var $le8aa6bac067a799ae807a5edf791e21a = '

ATM (BB&T Bank)

Address: 10 W Main St, Waynesboro, PA 17268, USA
Phone: (717) 762-3121
';var m_e8aa6bac067a799ae807a5edf791e21a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (BB&T Bank)',});m_e8aa6bac067a799ae807a5edf791e21a['infowindow'] = new google.maps.InfoWindow({content: $le8aa6bac067a799ae807a5edf791e21a});var infowindow = new google.maps.InfoWindow({content: $le8aa6bac067a799ae807a5edf791e21a});google.maps.event.addListener(m_e8aa6bac067a799ae807a5edf791e21a, 'click', function() {infowindow.open(map,m_e8aa6bac067a799ae807a5edf791e21a);});$marker.push(m_e8aa6bac067a799ae807a5edf791e21a);}});}google.maps.event.addDomListener(window, 'load', initialize);