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(39.938,-76.9783)};var g_b3aac241e7f74f190e3d9af70aa30c53 = new google.maps.Geocoder();g_b3aac241e7f74f190e3d9af70aa30c53.geocode( { 'address': "100 E King St, East Berlin, PA 17316, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-berlin-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('east-berlin-PA-bbt'), mapOptions);}document.getElementById('2d926fcc').innerHTML += ' | View Map';var $lb3aac241e7f74f190e3d9af70aa30c53 = '

BB&T

Address: 100 E King St, East Berlin, PA 17316, USA
Phone: (717) 259-9510
';var m_b3aac241e7f74f190e3d9af70aa30c53 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_b3aac241e7f74f190e3d9af70aa30c53['infowindow'] = new google.maps.InfoWindow({content: $lb3aac241e7f74f190e3d9af70aa30c53});var infowindow = new google.maps.InfoWindow({content: $lb3aac241e7f74f190e3d9af70aa30c53});google.maps.event.addListener(m_b3aac241e7f74f190e3d9af70aa30c53, 'click', function() {infowindow.open(map,m_b3aac241e7f74f190e3d9af70aa30c53);});$marker.push(m_b3aac241e7f74f190e3d9af70aa30c53);}});}google.maps.event.addDomListener(window, 'load', initialize);