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.3473,-76.1231)};var g_c4b89261de8f53c430aecd0f7ab2b0b1 = new google.maps.Geocoder();g_c4b89261de8f53c430aecd0f7ab2b0b1.geocode( { 'address': "402 Penn Ave, Robesonia, PA 19551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('robesonia-PA-bbt').style.display = '';map = new google.maps.Map(document.getElementById('robesonia-PA-bbt'), mapOptions);}document.getElementById('75a1d79b').innerHTML += ' | View Map';var $lc4b89261de8f53c430aecd0f7ab2b0b1 = '

BB&T

Address: 402 Penn Ave, Robesonia, PA 19551, USA
Phone: (610) 693-8485
';var m_c4b89261de8f53c430aecd0f7ab2b0b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_c4b89261de8f53c430aecd0f7ab2b0b1['infowindow'] = new google.maps.InfoWindow({content: $lc4b89261de8f53c430aecd0f7ab2b0b1});var infowindow = new google.maps.InfoWindow({content: $lc4b89261de8f53c430aecd0f7ab2b0b1});google.maps.event.addListener(m_c4b89261de8f53c430aecd0f7ab2b0b1, 'click', function() {infowindow.open(map,m_c4b89261de8f53c430aecd0f7ab2b0b1);});$marker.push(m_c4b89261de8f53c430aecd0f7ab2b0b1);}});}google.maps.event.addDomListener(window, 'load', initialize);