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.9982,-81.0325)};var g_c700657e35649b645ff55abfe451dad6 = new google.maps.Geocoder();g_c700657e35649b645ff55abfe451dad6.geocode( { 'address': "10134 Two Notch Rd, Columbia, SC 29223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-first-national-bank-of-the-south').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-first-national-bank-of-the-south'), mapOptions);}document.getElementById('44fafdb2').innerHTML += ' | View Map';var $lc700657e35649b645ff55abfe451dad6 = '

First National Bank of the South

Address: 10134 Two Notch Rd, Columbia, SC 29223
Phone: (803) 779-6670
';var m_c700657e35649b645ff55abfe451dad6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of the South',});m_c700657e35649b645ff55abfe451dad6['infowindow'] = new google.maps.InfoWindow({content: $lc700657e35649b645ff55abfe451dad6});var infowindow = new google.maps.InfoWindow({content: $lc700657e35649b645ff55abfe451dad6});google.maps.event.addListener(m_c700657e35649b645ff55abfe451dad6, 'click', function() {infowindow.open(map,m_c700657e35649b645ff55abfe451dad6);});$marker.push(m_c700657e35649b645ff55abfe451dad6);}});}google.maps.event.addDomListener(window, 'load', initialize);