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.3995,-80.3359)};var g_c27ee0fb7a2760dc8d87e2d3cad220fb = new google.maps.Geocoder();g_c27ee0fb7a2760dc8d87e2d3cad220fb.geocode( { 'address': "12181 Old Number Six Hwy, Eutawville, SC 29048, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eutawville-SC-first-national-bank-of-south-carolina').style.display = '';map = new google.maps.Map(document.getElementById('eutawville-SC-first-national-bank-of-south-carolina'), mapOptions);}document.getElementById('ae02084b').innerHTML += ' | View Map';var $lc27ee0fb7a2760dc8d87e2d3cad220fb = '

FIRST NATIONAL BANK OF SOUTH CAROLINA

Address: 12181 Old Number Six Hwy, Eutawville, SC 29048, USA
Phone: (803) 492-7727
';var m_c27ee0fb7a2760dc8d87e2d3cad220fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FIRST NATIONAL BANK OF SOUTH CAROLINA',});m_c27ee0fb7a2760dc8d87e2d3cad220fb['infowindow'] = new google.maps.InfoWindow({content: $lc27ee0fb7a2760dc8d87e2d3cad220fb});var infowindow = new google.maps.InfoWindow({content: $lc27ee0fb7a2760dc8d87e2d3cad220fb});google.maps.event.addListener(m_c27ee0fb7a2760dc8d87e2d3cad220fb, 'click', function() {infowindow.open(map,m_c27ee0fb7a2760dc8d87e2d3cad220fb);});$marker.push(m_c27ee0fb7a2760dc8d87e2d3cad220fb);}});}google.maps.event.addDomListener(window, 'load', initialize);