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.9194,-82.0004)};var g_be747a0dc86953318826ee93a06de8d5 = new google.maps.Geocoder();g_be747a0dc86953318826ee93a06de8d5.geocode( { 'address': "2660 Reidville Rd, Spartanburg, SC 29301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-the-national-bank-of-south-carolina').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-the-national-bank-of-south-carolina'), mapOptions);}document.getElementById('2d4e532f').innerHTML += ' | View Map';var $lbe747a0dc86953318826ee93a06de8d5 = '

The National Bank of South Carolina

Address: 2660 Reidville Rd, Spartanburg, SC 29301, USA
Phone:
';var m_be747a0dc86953318826ee93a06de8d5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The National Bank of South Carolina',});m_be747a0dc86953318826ee93a06de8d5['infowindow'] = new google.maps.InfoWindow({content: $lbe747a0dc86953318826ee93a06de8d5});var infowindow = new google.maps.InfoWindow({content: $lbe747a0dc86953318826ee93a06de8d5});google.maps.event.addListener(m_be747a0dc86953318826ee93a06de8d5, 'click', function() {infowindow.open(map,m_be747a0dc86953318826ee93a06de8d5);});$marker.push(m_be747a0dc86953318826ee93a06de8d5);}});}google.maps.event.addDomListener(window, 'load', initialize);