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(41.1295,-75.9052)};var g_59934c3970b70d6b12ab5a8971522131 = new google.maps.Geocoder();g_59934c3970b70d6b12ab5a8971522131.geocode( { 'address': "360 S Mountain Blvd, Mountain Top, PA 18707, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mountain-top-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('mountain-top-PA-bbt'), mapOptions);}document.getElementById('82b9fe06').innerHTML += ' | View Map';var $l59934c3970b70d6b12ab5a8971522131 = '

BB&T

Address: 360 S Mountain Blvd, Mountain Top, PA 18707, USA
Phone: (570) 474-1000
';var m_59934c3970b70d6b12ab5a8971522131 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_59934c3970b70d6b12ab5a8971522131['infowindow'] = new google.maps.InfoWindow({content: $l59934c3970b70d6b12ab5a8971522131});var infowindow = new google.maps.InfoWindow({content: $l59934c3970b70d6b12ab5a8971522131});google.maps.event.addListener(m_59934c3970b70d6b12ab5a8971522131, 'click', function() {infowindow.open(map,m_59934c3970b70d6b12ab5a8971522131);});$marker.push(m_59934c3970b70d6b12ab5a8971522131);}});}google.maps.event.addDomListener(window, 'load', initialize);