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.8857,-78.6374)};var g_6a577a171701c6543bcc1b88da24238b = new google.maps.Geocoder();g_6a577a171701c6543bcc1b88da24238b.geocode( { 'address': "1376 Highway 17, Little River, SC 29566"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('little-river-SC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('little-river-SC-south-state-bank'), mapOptions);}document.getElementById('ccbe3186').innerHTML += ' | View Map';var $l6a577a171701c6543bcc1b88da24238b = '

South State Bank

Address: 1376 Highway 17, Little River, SC 29566
Phone: (843) 280-4273
';var m_6a577a171701c6543bcc1b88da24238b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_6a577a171701c6543bcc1b88da24238b['infowindow'] = new google.maps.InfoWindow({content: $l6a577a171701c6543bcc1b88da24238b});var infowindow = new google.maps.InfoWindow({content: $l6a577a171701c6543bcc1b88da24238b});google.maps.event.addListener(m_6a577a171701c6543bcc1b88da24238b, 'click', function() {infowindow.open(map,m_6a577a171701c6543bcc1b88da24238b);});$marker.push(m_6a577a171701c6543bcc1b88da24238b);}});}google.maps.event.addDomListener(window, 'load', initialize);