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.9361,-81.9796)};var g_1d55f9acea9fc34e4402939896f0fed2 = new google.maps.Geocoder();g_1d55f9acea9fc34e4402939896f0fed2.geocode( { 'address': "165 Camelot Dr, Spartanburg, SC 29301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-south-carolina-state-cu').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-south-carolina-state-cu'), mapOptions);}document.getElementById('cf140b4f').innerHTML += ' | View Map';var $l1d55f9acea9fc34e4402939896f0fed2 = '

South Carolina State CU

Address: 165 Camelot Dr, Spartanburg, SC 29301, USA
Phone: (864) 596-7282
';var m_1d55f9acea9fc34e4402939896f0fed2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina State CU',});m_1d55f9acea9fc34e4402939896f0fed2['infowindow'] = new google.maps.InfoWindow({content: $l1d55f9acea9fc34e4402939896f0fed2});var infowindow = new google.maps.InfoWindow({content: $l1d55f9acea9fc34e4402939896f0fed2});google.maps.event.addListener(m_1d55f9acea9fc34e4402939896f0fed2, 'click', function() {infowindow.open(map,m_1d55f9acea9fc34e4402939896f0fed2);});$marker.push(m_1d55f9acea9fc34e4402939896f0fed2);}});}google.maps.event.addDomListener(window, 'load', initialize);