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()};var g_2b0c292615896152cd6d38c297052f41 = new google.maps.Geocoder();g_2b0c292615896152cd6d38c297052f41.geocode( { 'address': "4 Hood Rd, Powdersville, SC 29611"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('powdersville-SC-south-carolina-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('powdersville-SC-south-carolina-bank-trust'), mapOptions);}document.getElementById('d224ca08').innerHTML += ' | View Map';var $l2b0c292615896152cd6d38c297052f41 = '

South Carolina Bank Trust

Address: 4 Hood Rd, Powdersville, SC 29611
Phone: (864) 295-1106
';var m_2b0c292615896152cd6d38c297052f41 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Bank Trust',});m_2b0c292615896152cd6d38c297052f41['infowindow'] = new google.maps.InfoWindow({content: $l2b0c292615896152cd6d38c297052f41});var infowindow = new google.maps.InfoWindow({content: $l2b0c292615896152cd6d38c297052f41});google.maps.event.addListener(m_2b0c292615896152cd6d38c297052f41, 'click', function() {infowindow.open(map,m_2b0c292615896152cd6d38c297052f41);});$marker.push(m_2b0c292615896152cd6d38c297052f41);}});}google.maps.event.addDomListener(window, 'load', initialize);