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.6852,-76.1956)};var g_a1cbf276748410841cb4cb610045d57a = new google.maps.Geocoder();g_a1cbf276748410841cb4cb610045d57a.geocode( { 'address': "9 N Centre St, Pottsville, PA 17901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pottsville-PA-bbt-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('pottsville-PA-bbt-mortgage'), mapOptions);}document.getElementById('781a7361').innerHTML += ' | View Map';var $la1cbf276748410841cb4cb610045d57a = '

BB&T Mortgage

Address: 9 N Centre St, Pottsville, PA 17901, USA
Phone: (800) 295-5744
';var m_a1cbf276748410841cb4cb610045d57a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T Mortgage',});m_a1cbf276748410841cb4cb610045d57a['infowindow'] = new google.maps.InfoWindow({content: $la1cbf276748410841cb4cb610045d57a});var infowindow = new google.maps.InfoWindow({content: $la1cbf276748410841cb4cb610045d57a});google.maps.event.addListener(m_a1cbf276748410841cb4cb610045d57a, 'click', function() {infowindow.open(map,m_a1cbf276748410841cb4cb610045d57a);});$marker.push(m_a1cbf276748410841cb4cb610045d57a);}});}google.maps.event.addDomListener(window, 'load', initialize);