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.9397,-75.8282)};var g_e9a0c55e4af7d8c0bc3f2821aa30a64b = new google.maps.Geocoder();g_e9a0c55e4af7d8c0bc3f2821aa30a64b.geocode( { 'address': "140 Carbon St, Weatherly, PA 18255, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('weatherly-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('weatherly-PA-bbt'), mapOptions);}document.getElementById('dddfa73d').innerHTML += ' | View Map';var $le9a0c55e4af7d8c0bc3f2821aa30a64b = '

BB&T

Address: 140 Carbon St, Weatherly, PA 18255, USA
Phone: (570) 427-8632
';var m_e9a0c55e4af7d8c0bc3f2821aa30a64b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_e9a0c55e4af7d8c0bc3f2821aa30a64b['infowindow'] = new google.maps.InfoWindow({content: $le9a0c55e4af7d8c0bc3f2821aa30a64b});var infowindow = new google.maps.InfoWindow({content: $le9a0c55e4af7d8c0bc3f2821aa30a64b});google.maps.event.addListener(m_e9a0c55e4af7d8c0bc3f2821aa30a64b, 'click', function() {infowindow.open(map,m_e9a0c55e4af7d8c0bc3f2821aa30a64b);});$marker.push(m_e9a0c55e4af7d8c0bc3f2821aa30a64b);}});}google.maps.event.addDomListener(window, 'load', initialize);