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.8075,-76.8752)};var g_a563b6d5abbf137175059d6bb14672cc = new google.maps.Geocoder();g_a563b6d5abbf137175059d6bb14672cc.geocode( { 'address': "901 US Route 522 & 18TH Street, Selinsgrove, PA 17870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('selinsgrove-PA-bbt-northern-pa--selinsgrove').style.display = '';map = new google.maps.Map(document.getElementById('selinsgrove-PA-bbt-northern-pa--selinsgrove'), mapOptions);}document.getElementById('dafc9182').innerHTML += ' | View Map';var $la563b6d5abbf137175059d6bb14672cc = '

BB&T NORTHERN PA- SELINSGROVE

Address: 901 US Route 522 & 18TH Street, Selinsgrove, PA 17870, USA
Phone: (570) 374-6060
';var m_a563b6d5abbf137175059d6bb14672cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T NORTHERN PA- SELINSGROVE',});m_a563b6d5abbf137175059d6bb14672cc['infowindow'] = new google.maps.InfoWindow({content: $la563b6d5abbf137175059d6bb14672cc});var infowindow = new google.maps.InfoWindow({content: $la563b6d5abbf137175059d6bb14672cc});google.maps.event.addListener(m_a563b6d5abbf137175059d6bb14672cc, 'click', function() {infowindow.open(map,m_a563b6d5abbf137175059d6bb14672cc);});$marker.push(m_a563b6d5abbf137175059d6bb14672cc);}});}google.maps.event.addDomListener(window, 'load', initialize);