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.2004,-75.0897)};var g_a51befa81ac04ba25fe209ce66d058c8 = new google.maps.Geocoder();g_a51befa81ac04ba25fe209ce66d058c8.geocode( { 'address': "320 W Street Rd, Warminster, PA 18974, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warminster-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('warminster-PA-bbt'), mapOptions);}document.getElementById('7ea2dea0').innerHTML += ' | View Map';var $la51befa81ac04ba25fe209ce66d058c8 = '

BB&T

Address: 320 W Street Rd, Warminster, PA 18974, USA
Phone: (215) 444-9000
';var m_a51befa81ac04ba25fe209ce66d058c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a51befa81ac04ba25fe209ce66d058c8['infowindow'] = new google.maps.InfoWindow({content: $la51befa81ac04ba25fe209ce66d058c8});var infowindow = new google.maps.InfoWindow({content: $la51befa81ac04ba25fe209ce66d058c8});google.maps.event.addListener(m_a51befa81ac04ba25fe209ce66d058c8, 'click', function() {infowindow.open(map,m_a51befa81ac04ba25fe209ce66d058c8);});$marker.push(m_a51befa81ac04ba25fe209ce66d058c8);}});}google.maps.event.addDomListener(window, 'load', initialize);