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(32.9272,-80.0312)};var g_f5051db2e12effe2b6c29851d8148e03 = new google.maps.Geocoder();g_f5051db2e12effe2b6c29851d8148e03.geocode( { 'address': "7000 Rivers Ave, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-the-national-bank-of-south-carolina').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-the-national-bank-of-south-carolina'), mapOptions);}document.getElementById('aa9fa897').innerHTML += ' | View Map';var $lf5051db2e12effe2b6c29851d8148e03 = '

The National Bank of South Carolina

Address: 7000 Rivers Ave, North Charleston, SC 29406, USA
Phone:
';var m_f5051db2e12effe2b6c29851d8148e03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The National Bank of South Carolina',});m_f5051db2e12effe2b6c29851d8148e03['infowindow'] = new google.maps.InfoWindow({content: $lf5051db2e12effe2b6c29851d8148e03});var infowindow = new google.maps.InfoWindow({content: $lf5051db2e12effe2b6c29851d8148e03});google.maps.event.addListener(m_f5051db2e12effe2b6c29851d8148e03, 'click', function() {infowindow.open(map,m_f5051db2e12effe2b6c29851d8148e03);});$marker.push(m_f5051db2e12effe2b6c29851d8148e03);}});}google.maps.event.addDomListener(window, 'load', initialize);