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.8394,-75.3)};var g_0431d02939ae944f20f959581bf1acdd = new google.maps.Geocoder();g_0431d02939ae944f20f959581bf1acdd.geocode( { 'address': "837 Male Rd, Wind Gap, PA 18091, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wind-gap-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('wind-gap-PA-bbt'), mapOptions);}document.getElementById('a0d70ef8').innerHTML += ' | View Map';var $l0431d02939ae944f20f959581bf1acdd = '

BB&T

Address: 837 Male Rd, Wind Gap, PA 18091, USA
Phone: (610) 863-9790
';var m_0431d02939ae944f20f959581bf1acdd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_0431d02939ae944f20f959581bf1acdd['infowindow'] = new google.maps.InfoWindow({content: $l0431d02939ae944f20f959581bf1acdd});var infowindow = new google.maps.InfoWindow({content: $l0431d02939ae944f20f959581bf1acdd});google.maps.event.addListener(m_0431d02939ae944f20f959581bf1acdd, 'click', function() {infowindow.open(map,m_0431d02939ae944f20f959581bf1acdd);});$marker.push(m_0431d02939ae944f20f959581bf1acdd);}});}google.maps.event.addDomListener(window, 'load', initialize);