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(33.7371,-81.1)};var g_ac9b5d81d26175e57d883b5680a2fa64 = new google.maps.Geocoder();g_ac9b5d81d26175e57d883b5680a2fa64.geocode( { 'address': "235 S Church St, Swansea, SC 29160, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('swansea-SC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('swansea-SC-bbt'), mapOptions);}document.getElementById('e27ad5c2').innerHTML += ' | View Map';var $lac9b5d81d26175e57d883b5680a2fa64 = '

BB&T

Address: 235 S Church St, Swansea, SC 29160, USA
Phone: (803) 568-2190
';var m_ac9b5d81d26175e57d883b5680a2fa64 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_ac9b5d81d26175e57d883b5680a2fa64['infowindow'] = new google.maps.InfoWindow({content: $lac9b5d81d26175e57d883b5680a2fa64});var infowindow = new google.maps.InfoWindow({content: $lac9b5d81d26175e57d883b5680a2fa64});google.maps.event.addListener(m_ac9b5d81d26175e57d883b5680a2fa64, 'click', function() {infowindow.open(map,m_ac9b5d81d26175e57d883b5680a2fa64);});$marker.push(m_ac9b5d81d26175e57d883b5680a2fa64);}});}google.maps.event.addDomListener(window, 'load', initialize);