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.3037,-79.8727)};var g_6d1fcb29e5811ea0e105cfff4aafd6da = new google.maps.Geocoder();g_6d1fcb29e5811ea0e105cfff4aafd6da.geocode( { 'address': "104 Orange St, Darlington, SC 29532, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('darlington-SC-carolina-bank').style.display = '';map = new google.maps.Map(document.getElementById('darlington-SC-carolina-bank'), mapOptions);}document.getElementById('1306105d').innerHTML += ' | View Map';var $l6d1fcb29e5811ea0e105cfff4aafd6da = '

Carolina Bank

Address: 104 Orange St, Darlington, SC 29532, USA
Phone: (843) 398-8400
';var m_6d1fcb29e5811ea0e105cfff4aafd6da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Bank',});m_6d1fcb29e5811ea0e105cfff4aafd6da['infowindow'] = new google.maps.InfoWindow({content: $l6d1fcb29e5811ea0e105cfff4aafd6da});var infowindow = new google.maps.InfoWindow({content: $l6d1fcb29e5811ea0e105cfff4aafd6da});google.maps.event.addListener(m_6d1fcb29e5811ea0e105cfff4aafd6da, 'click', function() {infowindow.open(map,m_6d1fcb29e5811ea0e105cfff4aafd6da);});$marker.push(m_6d1fcb29e5811ea0e105cfff4aafd6da);}});}google.maps.event.addDomListener(window, 'load', initialize);