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.304,-79.8708)};var g_3cd3180f55fd2cb6da47cd1590de6cd1 = new google.maps.Geocoder();g_3cd3180f55fd2cb6da47cd1590de6cd1.geocode( { 'address': "72 Public Square, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-first-carolina-bancshares-corporation').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-first-carolina-bancshares-corporation'), mapOptions);}document.getElementById('cac8285d').innerHTML += ' | View Map';var $l3cd3180f55fd2cb6da47cd1590de6cd1 = '

First Carolina Bancshares Corporation

Address: 72 Public Square, Darlington, SC 29532, USA
Phone: (843) 398-8000
';var m_3cd3180f55fd2cb6da47cd1590de6cd1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Carolina Bancshares Corporation',});m_3cd3180f55fd2cb6da47cd1590de6cd1['infowindow'] = new google.maps.InfoWindow({content: $l3cd3180f55fd2cb6da47cd1590de6cd1});var infowindow = new google.maps.InfoWindow({content: $l3cd3180f55fd2cb6da47cd1590de6cd1});google.maps.event.addListener(m_3cd3180f55fd2cb6da47cd1590de6cd1, 'click', function() {infowindow.open(map,m_3cd3180f55fd2cb6da47cd1590de6cd1);});$marker.push(m_3cd3180f55fd2cb6da47cd1590de6cd1);}});}google.maps.event.addDomListener(window, 'load', initialize);