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.6406,-76.8034)};var g_a5929127068a65edbaa227844840d9b1 = new google.maps.Geocoder();g_a5929127068a65edbaa227844840d9b1.geocode( { 'address': "193 Market St, Pillow, PA 17080, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pillow-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('pillow-PA-bbt'), mapOptions);}document.getElementById('fb7a56fd').innerHTML += ' | View Map';var $la5929127068a65edbaa227844840d9b1 = '

BB&T

Address: 193 Market St, Pillow, PA 17080, USA
Phone: (570) 758-6951
';var m_a5929127068a65edbaa227844840d9b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_a5929127068a65edbaa227844840d9b1['infowindow'] = new google.maps.InfoWindow({content: $la5929127068a65edbaa227844840d9b1});var infowindow = new google.maps.InfoWindow({content: $la5929127068a65edbaa227844840d9b1});google.maps.event.addListener(m_a5929127068a65edbaa227844840d9b1, 'click', function() {infowindow.open(map,m_a5929127068a65edbaa227844840d9b1);});$marker.push(m_a5929127068a65edbaa227844840d9b1);}});}google.maps.event.addDomListener(window, 'load', initialize);