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(34.6189,-82.4965)};var g_5d746dc8f27fa915c65b235c63aedf89 = new google.maps.Geocoder();g_5d746dc8f27fa915c65b235c63aedf89.geocode( { 'address': "1 Greenville Dr, Williamston, SC 29697"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('williamston-SC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('williamston-SC-bbt'), mapOptions);}document.getElementById('8cb7d734').innerHTML += ' | View Map';var $l5d746dc8f27fa915c65b235c63aedf89 = '

BB&T

Address: 1 Greenville Dr, Williamston, SC 29697
Phone: (864) 847-4511
';var m_5d746dc8f27fa915c65b235c63aedf89 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_5d746dc8f27fa915c65b235c63aedf89['infowindow'] = new google.maps.InfoWindow({content: $l5d746dc8f27fa915c65b235c63aedf89});var infowindow = new google.maps.InfoWindow({content: $l5d746dc8f27fa915c65b235c63aedf89});google.maps.event.addListener(m_5d746dc8f27fa915c65b235c63aedf89, 'click', function() {infowindow.open(map,m_5d746dc8f27fa915c65b235c63aedf89);});$marker.push(m_5d746dc8f27fa915c65b235c63aedf89);}});}google.maps.event.addDomListener(window, 'load', initialize);