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.736,-80.0881)};var g_61f39ffb332429aee46c317f01ac1dc1 = new google.maps.Geocoder();g_61f39ffb332429aee46c317f01ac1dc1.geocode( { 'address': "166 Olde Towne Ctr,, Chesterfield, SC 29709, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('chesterfield-SC-carolina-bank--trust-co').style.display = '';map = new google.maps.Map(document.getElementById('chesterfield-SC-carolina-bank--trust-co'), mapOptions);}document.getElementById('99c55bd2').innerHTML += ' | View Map';var $l61f39ffb332429aee46c317f01ac1dc1 = '

Carolina Bank & Trust Co

Address: 166 Olde Towne Ctr,, Chesterfield, SC 29709, USA
Phone: (843) 623-7393
';var m_61f39ffb332429aee46c317f01ac1dc1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Bank & Trust Co',});m_61f39ffb332429aee46c317f01ac1dc1['infowindow'] = new google.maps.InfoWindow({content: $l61f39ffb332429aee46c317f01ac1dc1});var infowindow = new google.maps.InfoWindow({content: $l61f39ffb332429aee46c317f01ac1dc1});google.maps.event.addListener(m_61f39ffb332429aee46c317f01ac1dc1, 'click', function() {infowindow.open(map,m_61f39ffb332429aee46c317f01ac1dc1);});$marker.push(m_61f39ffb332429aee46c317f01ac1dc1);}});}google.maps.event.addDomListener(window, 'load', initialize);