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.0143,-80.9418)};var g_ed855d7c23c5f8b9b9e0b8862ab2e402 = new google.maps.Geocoder();g_ed855d7c23c5f8b9b9e0b8862ab2e402.geocode( { 'address': "5470 Jackson Blvd, Columbia, SC 29207, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-all-south-federal-cu').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-all-south-federal-cu'), mapOptions);}document.getElementById('93571a65').innerHTML += ' | View Map';var $led855d7c23c5f8b9b9e0b8862ab2e402 = '

All South Federal CU

Address: 5470 Jackson Blvd, Columbia, SC 29207, USA
Phone: (803) 736-3110
';var m_ed855d7c23c5f8b9b9e0b8862ab2e402 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All South Federal CU',});m_ed855d7c23c5f8b9b9e0b8862ab2e402['infowindow'] = new google.maps.InfoWindow({content: $led855d7c23c5f8b9b9e0b8862ab2e402});var infowindow = new google.maps.InfoWindow({content: $led855d7c23c5f8b9b9e0b8862ab2e402});google.maps.event.addListener(m_ed855d7c23c5f8b9b9e0b8862ab2e402, 'click', function() {infowindow.open(map,m_ed855d7c23c5f8b9b9e0b8862ab2e402);});$marker.push(m_ed855d7c23c5f8b9b9e0b8862ab2e402);}});}google.maps.event.addDomListener(window, 'load', initialize);