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.815,-75.731)};var g_2de08df12b91d101d499ee02a53cb25c = new google.maps.Geocoder();g_2de08df12b91d101d499ee02a53cb25c.geocode( { 'address': "1241 Blakeslee Blvd Dr E, Lehighton, PA 18235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lehighton-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lehighton-PA-bbt'), mapOptions);}document.getElementById('5a2f3432').innerHTML += ' | View Map';var $l2de08df12b91d101d499ee02a53cb25c = '

BB&T

Address: 1241 Blakeslee Blvd Dr E, Lehighton, PA 18235, USA
Phone: (570) 386-8291
';var m_2de08df12b91d101d499ee02a53cb25c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_2de08df12b91d101d499ee02a53cb25c['infowindow'] = new google.maps.InfoWindow({content: $l2de08df12b91d101d499ee02a53cb25c});var infowindow = new google.maps.InfoWindow({content: $l2de08df12b91d101d499ee02a53cb25c});google.maps.event.addListener(m_2de08df12b91d101d499ee02a53cb25c, 'click', function() {infowindow.open(map,m_2de08df12b91d101d499ee02a53cb25c);});$marker.push(m_2de08df12b91d101d499ee02a53cb25c);}});}google.maps.event.addDomListener(window, 'load', initialize);