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.2957,-75.1902)};var g_5acf73a8630b03c0ed5c430c3bc44816 = new google.maps.Geocoder();g_5acf73a8630b03c0ed5c430c3bc44816.geocode( { 'address': "600 W Butler Ave, Chalfont, PA 18914, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chalfont-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('chalfont-PA-bbt'), mapOptions);}document.getElementById('226eb56d').innerHTML += ' | View Map';var $l5acf73a8630b03c0ed5c430c3bc44816 = '

BB&T

Address: 600 W Butler Ave, Chalfont, PA 18914, USA
Phone:
';var m_5acf73a8630b03c0ed5c430c3bc44816 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_5acf73a8630b03c0ed5c430c3bc44816['infowindow'] = new google.maps.InfoWindow({content: $l5acf73a8630b03c0ed5c430c3bc44816});var infowindow = new google.maps.InfoWindow({content: $l5acf73a8630b03c0ed5c430c3bc44816});google.maps.event.addListener(m_5acf73a8630b03c0ed5c430c3bc44816, 'click', function() {infowindow.open(map,m_5acf73a8630b03c0ed5c430c3bc44816);});$marker.push(m_5acf73a8630b03c0ed5c430c3bc44816);}});}google.maps.event.addDomListener(window, 'load', initialize);