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.8017,-75.6091)};var g_56620d45f773d0080554b694a21e5ba7 = new google.maps.Geocoder();g_56620d45f773d0080554b694a21e5ba7.geocode( { 'address': "330 Delaware Ave, Palmerton, PA 18071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmerton-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('palmerton-PA-bbt'), mapOptions);}document.getElementById('d2991ba5').innerHTML += ' | View Map';var $l56620d45f773d0080554b694a21e5ba7 = '

BB&T

Address: 330 Delaware Ave, Palmerton, PA 18071, USA
Phone: (610) 826-2906
';var m_56620d45f773d0080554b694a21e5ba7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_56620d45f773d0080554b694a21e5ba7['infowindow'] = new google.maps.InfoWindow({content: $l56620d45f773d0080554b694a21e5ba7});var infowindow = new google.maps.InfoWindow({content: $l56620d45f773d0080554b694a21e5ba7});google.maps.event.addListener(m_56620d45f773d0080554b694a21e5ba7, 'click', function() {infowindow.open(map,m_56620d45f773d0080554b694a21e5ba7);});$marker.push(m_56620d45f773d0080554b694a21e5ba7);}});}google.maps.event.addDomListener(window, 'load', initialize);