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.9338,-81.965)};var g_d9ef92609deae3509b9adbae62e50a16 = new google.maps.Geocoder();g_d9ef92609deae3509b9adbae62e50a16.geocode( { 'address': "1035 Fernwood Glendale Rd, Spartanburg, SC 29307"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-first-south-bank').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-first-south-bank'), mapOptions);}document.getElementById('d4900e1f').innerHTML += ' | View Map';var $ld9ef92609deae3509b9adbae62e50a16 = '

First South Bank

Address: 1035 Fernwood Glendale Rd, Spartanburg, SC 29307
Phone: (864) 573-9955
';var m_d9ef92609deae3509b9adbae62e50a16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First South Bank',});m_d9ef92609deae3509b9adbae62e50a16['infowindow'] = new google.maps.InfoWindow({content: $ld9ef92609deae3509b9adbae62e50a16});var infowindow = new google.maps.InfoWindow({content: $ld9ef92609deae3509b9adbae62e50a16});google.maps.event.addListener(m_d9ef92609deae3509b9adbae62e50a16, 'click', function() {infowindow.open(map,m_d9ef92609deae3509b9adbae62e50a16);});$marker.push(m_d9ef92609deae3509b9adbae62e50a16);}});}google.maps.event.addDomListener(window, 'load', initialize);