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.9527,-80.4004)};var g_18bf4a47d5777efe47c421645d19f2f1 = new google.maps.Geocoder();g_18bf4a47d5777efe47c421645d19f2f1.geocode( { 'address': "1175 Wilson Hall Rd, Sumter, SC 29150, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sumter-SC-national-bank-south-carolina').style.display = '';map = new google.maps.Map(document.getElementById('sumter-SC-national-bank-south-carolina'), mapOptions);}document.getElementById('f4c8e796').innerHTML += ' | View Map';var $l18bf4a47d5777efe47c421645d19f2f1 = '

National Bank-South Carolina

Address: 1175 Wilson Hall Rd, Sumter, SC 29150, USA
Phone: (803) 469-1450
';var m_18bf4a47d5777efe47c421645d19f2f1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank-South Carolina',});m_18bf4a47d5777efe47c421645d19f2f1['infowindow'] = new google.maps.InfoWindow({content: $l18bf4a47d5777efe47c421645d19f2f1});var infowindow = new google.maps.InfoWindow({content: $l18bf4a47d5777efe47c421645d19f2f1});google.maps.event.addListener(m_18bf4a47d5777efe47c421645d19f2f1, 'click', function() {infowindow.open(map,m_18bf4a47d5777efe47c421645d19f2f1);});$marker.push(m_18bf4a47d5777efe47c421645d19f2f1);}});}google.maps.event.addDomListener(window, 'load', initialize);