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.9195,-75.4083)};var g_78b73d22a1920ea41999e0d9290ce7d1 = new google.maps.Geocoder();g_78b73d22a1920ea41999e0d9290ce7d1.geocode( { 'address': "1560 US-209, Brodheadsville, PA 18322, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brodheadsville-PA-bbt-brodheadsville').style.display = '';map = new google.maps.Map(document.getElementById('brodheadsville-PA-bbt-brodheadsville'), mapOptions);}document.getElementById('6f7d6edf').innerHTML += ' | View Map';var $l78b73d22a1920ea41999e0d9290ce7d1 = '

BBT Brodheadsville

Address: 1560 US-209, Brodheadsville, PA 18322, USA
Phone: (570) 992-1144
';var m_78b73d22a1920ea41999e0d9290ce7d1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BBT Brodheadsville',});m_78b73d22a1920ea41999e0d9290ce7d1['infowindow'] = new google.maps.InfoWindow({content: $l78b73d22a1920ea41999e0d9290ce7d1});var infowindow = new google.maps.InfoWindow({content: $l78b73d22a1920ea41999e0d9290ce7d1});google.maps.event.addListener(m_78b73d22a1920ea41999e0d9290ce7d1, 'click', function() {infowindow.open(map,m_78b73d22a1920ea41999e0d9290ce7d1);});$marker.push(m_78b73d22a1920ea41999e0d9290ce7d1);}});}google.maps.event.addDomListener(window, 'load', initialize);