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.6746,-75.494)};var g_e6e9705086f243a1aed615dabd101058 = new google.maps.Geocoder();g_e6e9705086f243a1aed615dabd101058.geocode( { 'address': "202 Chestnut St, Coplay, PA 18037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coplay-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('coplay-PA-bbt'), mapOptions);}document.getElementById('66b25101').innerHTML += ' | View Map';var $le6e9705086f243a1aed615dabd101058 = '

BB&T

Address: 202 Chestnut St, Coplay, PA 18037, USA
Phone: (610) 261-4470
';var m_e6e9705086f243a1aed615dabd101058 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_e6e9705086f243a1aed615dabd101058['infowindow'] = new google.maps.InfoWindow({content: $le6e9705086f243a1aed615dabd101058});var infowindow = new google.maps.InfoWindow({content: $le6e9705086f243a1aed615dabd101058});google.maps.event.addListener(m_e6e9705086f243a1aed615dabd101058, 'click', function() {infowindow.open(map,m_e6e9705086f243a1aed615dabd101058);});$marker.push(m_e6e9705086f243a1aed615dabd101058);}});}google.maps.event.addDomListener(window, 'load', initialize);