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.9589,-81.9404)};var g_bf7d5f3230c4927da51dcae2783998f4 = new google.maps.Geocoder();g_bf7d5f3230c4927da51dcae2783998f4.geocode( { 'address': "520 N Church St, Spartanburg, SC 29303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spartanburg-SC-carolina-foothills-fcu').style.display = '';map = new google.maps.Map(document.getElementById('spartanburg-SC-carolina-foothills-fcu'), mapOptions);}document.getElementById('3765cf40').innerHTML += ' | View Map';var $lbf7d5f3230c4927da51dcae2783998f4 = '

Carolina Foothills FCU

Address: 520 N Church St, Spartanburg, SC 29303, USA
Phone: (864) 585-6838
';var m_bf7d5f3230c4927da51dcae2783998f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Foothills FCU',});m_bf7d5f3230c4927da51dcae2783998f4['infowindow'] = new google.maps.InfoWindow({content: $lbf7d5f3230c4927da51dcae2783998f4});var infowindow = new google.maps.InfoWindow({content: $lbf7d5f3230c4927da51dcae2783998f4});google.maps.event.addListener(m_bf7d5f3230c4927da51dcae2783998f4, 'click', function() {infowindow.open(map,m_bf7d5f3230c4927da51dcae2783998f4);});$marker.push(m_bf7d5f3230c4927da51dcae2783998f4);}});}google.maps.event.addDomListener(window, 'load', initialize);