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.9982,-81.0325)};var g_f8f515baa8248921d3f0370dad903d41 = new google.maps.Geocoder();g_f8f515baa8248921d3f0370dad903d41.geocode( { 'address': "1545 Sumter St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-south-carolina-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-south-carolina-community-bank'), mapOptions);}document.getElementById('2581807b').innerHTML += ' | View Map';var $lf8f515baa8248921d3f0370dad903d41 = '

South Carolina Community Bank

Address: 1545 Sumter St, Columbia, SC 29201
Phone: (803) 733-8100
';var m_f8f515baa8248921d3f0370dad903d41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Community Bank',});m_f8f515baa8248921d3f0370dad903d41['infowindow'] = new google.maps.InfoWindow({content: $lf8f515baa8248921d3f0370dad903d41});var infowindow = new google.maps.InfoWindow({content: $lf8f515baa8248921d3f0370dad903d41});google.maps.event.addListener(m_f8f515baa8248921d3f0370dad903d41, 'click', function() {infowindow.open(map,m_f8f515baa8248921d3f0370dad903d41);});$marker.push(m_f8f515baa8248921d3f0370dad903d41);}});}google.maps.event.addDomListener(window, 'load', initialize);