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.6473,-76.5309)};var g_95efe103a34641050e01f45a9a265a8c = new google.maps.Geocoder();g_95efe103a34641050e01f45a9a265a8c.geocode( { 'address': "702 W Main St, Valley View, PA 17983, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('valley-view-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('valley-view-PA-bbt'), mapOptions);}document.getElementById('736e42d5').innerHTML += ' | View Map';var $l95efe103a34641050e01f45a9a265a8c = '

BB&T

Address: 702 W Main St, Valley View, PA 17983, USA
Phone: (570) 682-8360
';var m_95efe103a34641050e01f45a9a265a8c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_95efe103a34641050e01f45a9a265a8c['infowindow'] = new google.maps.InfoWindow({content: $l95efe103a34641050e01f45a9a265a8c});var infowindow = new google.maps.InfoWindow({content: $l95efe103a34641050e01f45a9a265a8c});google.maps.event.addListener(m_95efe103a34641050e01f45a9a265a8c, 'click', function() {infowindow.open(map,m_95efe103a34641050e01f45a9a265a8c);});$marker.push(m_95efe103a34641050e01f45a9a265a8c);}});}google.maps.event.addDomListener(window, 'load', initialize);