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.1345,-75.3322)};var g_32b0f0c831fcfa16c3fea5442d9d5bc6 = new google.maps.Geocoder();g_32b0f0c831fcfa16c3fea5442d9d5bc6.geocode( { 'address': "451 W Johnson Hwy, Norristown, PA 19401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('norristown-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('norristown-PA-bbt'), mapOptions);}document.getElementById('189b0b73').innerHTML += ' | View Map';var $l32b0f0c831fcfa16c3fea5442d9d5bc6 = '

BB&T

Address: 451 W Johnson Hwy, Norristown, PA 19401, USA
Phone: (610) 279-6401
';var m_32b0f0c831fcfa16c3fea5442d9d5bc6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_32b0f0c831fcfa16c3fea5442d9d5bc6['infowindow'] = new google.maps.InfoWindow({content: $l32b0f0c831fcfa16c3fea5442d9d5bc6});var infowindow = new google.maps.InfoWindow({content: $l32b0f0c831fcfa16c3fea5442d9d5bc6});google.maps.event.addListener(m_32b0f0c831fcfa16c3fea5442d9d5bc6, 'click', function() {infowindow.open(map,m_32b0f0c831fcfa16c3fea5442d9d5bc6);});$marker.push(m_32b0f0c831fcfa16c3fea5442d9d5bc6);}});}google.maps.event.addDomListener(window, 'load', initialize);