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(33.9982,-81.0325)};var g_da067f61c42e2e1562894e4afcfee191 = new google.maps.Geocoder();g_da067f61c42e2e1562894e4afcfee191.geocode( { 'address': "2020 Hampton St, Columbia, SC 29204"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-fort-jackson-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-fort-jackson-federal-credit-union'), mapOptions);}document.getElementById('f7b036c6').innerHTML += ' | View Map';var $lda067f61c42e2e1562894e4afcfee191 = '

Fort Jackson Federal Credit Union

Address: 2020 Hampton St, Columbia, SC 29204
Phone: (803) 748-5021
';var m_da067f61c42e2e1562894e4afcfee191 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Jackson Federal Credit Union',});m_da067f61c42e2e1562894e4afcfee191['infowindow'] = new google.maps.InfoWindow({content: $lda067f61c42e2e1562894e4afcfee191});var infowindow = new google.maps.InfoWindow({content: $lda067f61c42e2e1562894e4afcfee191});google.maps.event.addListener(m_da067f61c42e2e1562894e4afcfee191, 'click', function() {infowindow.open(map,m_da067f61c42e2e1562894e4afcfee191);});$marker.push(m_da067f61c42e2e1562894e4afcfee191);}});}google.maps.event.addDomListener(window, 'load', initialize);