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.5627,-81.7216)};var g_c21ead56efae044e36cc7a984463e168 = new google.maps.Geocoder();g_c21ead56efae044e36cc7a984463e168.geocode( { 'address': "128 Laurens St NW, Aiken, SC 29801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aiken-SC-ccnb---coastal-carolina-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('aiken-SC-ccnb---coastal-carolina-national-bank'), mapOptions);}document.getElementById('737e993d').innerHTML += ' | View Map';var $lc21ead56efae044e36cc7a984463e168 = '

CCNB - Coastal Carolina National Bank

Address: 128 Laurens St NW, Aiken, SC 29801, USA
Phone: (803) 644-9550
';var m_c21ead56efae044e36cc7a984463e168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CCNB - Coastal Carolina National Bank',});m_c21ead56efae044e36cc7a984463e168['infowindow'] = new google.maps.InfoWindow({content: $lc21ead56efae044e36cc7a984463e168});var infowindow = new google.maps.InfoWindow({content: $lc21ead56efae044e36cc7a984463e168});google.maps.event.addListener(m_c21ead56efae044e36cc7a984463e168, 'click', function() {infowindow.open(map,m_c21ead56efae044e36cc7a984463e168);});$marker.push(m_c21ead56efae044e36cc7a984463e168);}});}google.maps.event.addDomListener(window, 'load', initialize);