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.5854,-76.5751)};var g_51ec36dbd5ca296a7d67d606d644601d = new google.maps.Geocoder();g_51ec36dbd5ca296a7d67d606d644601d.geocode( { 'address': "800 W Grand Ave, Tower City, PA 17980, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tower-city-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('tower-city-PA-bbt'), mapOptions);}document.getElementById('1f873722').innerHTML += ' | View Map';var $l51ec36dbd5ca296a7d67d606d644601d = '

BB&T

Address: 800 W Grand Ave, Tower City, PA 17980, USA
Phone: (717) 647-7121
';var m_51ec36dbd5ca296a7d67d606d644601d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_51ec36dbd5ca296a7d67d606d644601d['infowindow'] = new google.maps.InfoWindow({content: $l51ec36dbd5ca296a7d67d606d644601d});var infowindow = new google.maps.InfoWindow({content: $l51ec36dbd5ca296a7d67d606d644601d});google.maps.event.addListener(m_51ec36dbd5ca296a7d67d606d644601d, 'click', function() {infowindow.open(map,m_51ec36dbd5ca296a7d67d606d644601d);});$marker.push(m_51ec36dbd5ca296a7d67d606d644601d);}});}google.maps.event.addDomListener(window, 'load', initialize);