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_d36074c54a3f63afa3afea2a3d7d26db = new google.maps.Geocoder();g_d36074c54a3f63afa3afea2a3d7d26db.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').style.display = '';map = new google.maps.Map(document.getElementById('drums-PA-bbt'), mapOptions);}document.getElementById('8018249e').innerHTML += ' | View Map';var $ld36074c54a3f63afa3afea2a3d7d26db = '

BB&T

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