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.9881,-81.2428)};var g_46f8128889f3b9e977fde9b251bba8d5 = new google.maps.Geocoder();g_46f8128889f3b9e977fde9b251bba8d5.geocode( { 'address': "309 Columbia Ave, Lexington, SC 29072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lexington-SC-bbt').style.display = '';map = new google.maps.Map(document.getElementById('lexington-SC-bbt'), mapOptions);}document.getElementById('957dec31').innerHTML += ' | View Map';var $l46f8128889f3b9e977fde9b251bba8d5 = '

BB&T

Address: 309 Columbia Ave, Lexington, SC 29072, USA
Phone: (803) 359-1839
';var m_46f8128889f3b9e977fde9b251bba8d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'BB&T',});m_46f8128889f3b9e977fde9b251bba8d5['infowindow'] = new google.maps.InfoWindow({content: $l46f8128889f3b9e977fde9b251bba8d5});var infowindow = new google.maps.InfoWindow({content: $l46f8128889f3b9e977fde9b251bba8d5});google.maps.event.addListener(m_46f8128889f3b9e977fde9b251bba8d5, 'click', function() {infowindow.open(map,m_46f8128889f3b9e977fde9b251bba8d5);});$marker.push(m_46f8128889f3b9e977fde9b251bba8d5);}});}google.maps.event.addDomListener(window, 'load', initialize);