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.3722,-81.087)};var g_07db8d8b0ac1f36c817ca394f9c44744 = new google.maps.Geocoder();g_07db8d8b0ac1f36c817ca394f9c44744.geocode( { 'address': "801 US Highway 321 Byp S, Winnsboro, SC 29180"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnsboro-SC-south-carolina-community-bncshrs').style.display = '';map = new google.maps.Map(document.getElementById('winnsboro-SC-south-carolina-community-bncshrs'), mapOptions);}document.getElementById('f39968cc').innerHTML += ' | View Map';var $l07db8d8b0ac1f36c817ca394f9c44744 = '

South Carolina Community Bncshrs

Address: 801 US Highway 321 Byp S, Winnsboro, SC 29180
Phone: (803) 635-5536
';var m_07db8d8b0ac1f36c817ca394f9c44744 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Community Bncshrs',});m_07db8d8b0ac1f36c817ca394f9c44744['infowindow'] = new google.maps.InfoWindow({content: $l07db8d8b0ac1f36c817ca394f9c44744});var infowindow = new google.maps.InfoWindow({content: $l07db8d8b0ac1f36c817ca394f9c44744});google.maps.event.addListener(m_07db8d8b0ac1f36c817ca394f9c44744, 'click', function() {infowindow.open(map,m_07db8d8b0ac1f36c817ca394f9c44744);});$marker.push(m_07db8d8b0ac1f36c817ca394f9c44744);}});}google.maps.event.addDomListener(window, 'load', initialize);