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.1705,-75.1113)};var g_a48c5bcd0870f536f3963191e92fd0b6 = new google.maps.Geocoder();g_a48c5bcd0870f536f3963191e92fd0b6.geocode( { 'address': "420 S York Rd, Hatboro, PA 19040, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hatboro-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('hatboro-PA-bbt'), mapOptions);}document.getElementById('161f56f9').innerHTML += ' | View Map';var $la48c5bcd0870f536f3963191e92fd0b6 = '

BB&T

Address: 420 S York Rd, Hatboro, PA 19040, USA
Phone: (215) 441-4990
';var m_a48c5bcd0870f536f3963191e92fd0b6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a48c5bcd0870f536f3963191e92fd0b6['infowindow'] = new google.maps.InfoWindow({content: $la48c5bcd0870f536f3963191e92fd0b6});var infowindow = new google.maps.InfoWindow({content: $la48c5bcd0870f536f3963191e92fd0b6});google.maps.event.addListener(m_a48c5bcd0870f536f3963191e92fd0b6, 'click', function() {infowindow.open(map,m_a48c5bcd0870f536f3963191e92fd0b6);});$marker.push(m_a48c5bcd0870f536f3963191e92fd0b6);}});}google.maps.event.addDomListener(window, 'load', initialize);