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.8594,-79.9882)};var g_b885f244c5fc34723cbcfc6b2a78def2 = new google.maps.Geocoder();g_b885f244c5fc34723cbcfc6b2a78def2.geocode( { 'address': "2701 Mall Dr, North Charleston, SC 29406"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-national-bank-south-carolina').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-national-bank-south-carolina'), mapOptions);}document.getElementById('51b18a90').innerHTML += ' | View Map';var $lb885f244c5fc34723cbcfc6b2a78def2 = '

National Bank-South Carolina

Address: 2701 Mall Dr, North Charleston, SC 29406
Phone: (843) 529-2000
';var m_b885f244c5fc34723cbcfc6b2a78def2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'National Bank-South Carolina',});m_b885f244c5fc34723cbcfc6b2a78def2['infowindow'] = new google.maps.InfoWindow({content: $lb885f244c5fc34723cbcfc6b2a78def2});var infowindow = new google.maps.InfoWindow({content: $lb885f244c5fc34723cbcfc6b2a78def2});google.maps.event.addListener(m_b885f244c5fc34723cbcfc6b2a78def2, 'click', function() {infowindow.open(map,m_b885f244c5fc34723cbcfc6b2a78def2);});$marker.push(m_b885f244c5fc34723cbcfc6b2a78def2);}});}google.maps.event.addDomListener(window, 'load', initialize);