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.4511,-76.927)};var g_f73f24c01342e629a5e21b754a4e1bbc = new google.maps.Geocoder();g_f73f24c01342e629a5e21b754a4e1bbc.geocode( { 'address': "3679 Peters Mountain Road, Halifax, PA 17032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('halifax-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('halifax-PA-bbt-atm'), mapOptions);}document.getElementById('246aac25').innerHTML += ' | View Map';var $lf73f24c01342e629a5e21b754a4e1bbc = '

BB&T ATM

Address: 3679 Peters Mountain Road, Halifax, PA 17032, USA
Phone: (800) 226-5228
';var m_f73f24c01342e629a5e21b754a4e1bbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_f73f24c01342e629a5e21b754a4e1bbc['infowindow'] = new google.maps.InfoWindow({content: $lf73f24c01342e629a5e21b754a4e1bbc});var infowindow = new google.maps.InfoWindow({content: $lf73f24c01342e629a5e21b754a4e1bbc});google.maps.event.addListener(m_f73f24c01342e629a5e21b754a4e1bbc, 'click', function() {infowindow.open(map,m_f73f24c01342e629a5e21b754a4e1bbc);});$marker.push(m_f73f24c01342e629a5e21b754a4e1bbc);}});}google.maps.event.addDomListener(window, 'load', initialize);