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(41.0199,-75.9636)};var g_b2257789777f6fcd2d5e40318050a51f = new google.maps.Geocoder();g_b2257789777f6fcd2d5e40318050a51f.geocode( { 'address': "24 S Hunter Hwy, Drums, PA 18222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('drums-PA-bbt-atm').style.display = '';map = new google.maps.Map(document.getElementById('drums-PA-bbt-atm'), mapOptions);}document.getElementById('8018249e').innerHTML += ' | View Map';var $lb2257789777f6fcd2d5e40318050a51f = '

BB&T ATM

Address: 24 S Hunter Hwy, Drums, PA 18222, USA
Phone: (800) 226-5228
';var m_b2257789777f6fcd2d5e40318050a51f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T ATM',});m_b2257789777f6fcd2d5e40318050a51f['infowindow'] = new google.maps.InfoWindow({content: $lb2257789777f6fcd2d5e40318050a51f});var infowindow = new google.maps.InfoWindow({content: $lb2257789777f6fcd2d5e40318050a51f});google.maps.event.addListener(m_b2257789777f6fcd2d5e40318050a51f, 'click', function() {infowindow.open(map,m_b2257789777f6fcd2d5e40318050a51f);});$marker.push(m_b2257789777f6fcd2d5e40318050a51f);}});}google.maps.event.addDomListener(window, 'load', initialize);