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.9863,-81.2217)};var g_3824f84640affa08dc499d238ebbdd73 = new google.maps.Geocoder();g_3824f84640affa08dc499d238ebbdd73.geocode( { 'address': "801 E Liberty St, York, SC 29745, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('york-SC-south-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('york-SC-south-state-bank'), mapOptions);}document.getElementById('6b2e5473').innerHTML += ' | View Map';var $l3824f84640affa08dc499d238ebbdd73 = '

South State Bank

Address: 801 E Liberty St, York, SC 29745, USA
Phone: (803) 684-5554
';var m_3824f84640affa08dc499d238ebbdd73 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South State Bank',});m_3824f84640affa08dc499d238ebbdd73['infowindow'] = new google.maps.InfoWindow({content: $l3824f84640affa08dc499d238ebbdd73});var infowindow = new google.maps.InfoWindow({content: $l3824f84640affa08dc499d238ebbdd73});google.maps.event.addListener(m_3824f84640affa08dc499d238ebbdd73, 'click', function() {infowindow.open(map,m_3824f84640affa08dc499d238ebbdd73);});$marker.push(m_3824f84640affa08dc499d238ebbdd73);}});}google.maps.event.addDomListener(window, 'load', initialize);