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_9428f7ffa8e2c190a948de5d4b8ce1cd = new google.maps.Geocoder();g_9428f7ffa8e2c190a948de5d4b8ce1cd.geocode( { 'address': "710 Pulaski St, Columbia, SC 29201"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-carolina-collegiate-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-carolina-collegiate-federal-credit-union'), mapOptions);}document.getElementById('94d083d5').innerHTML += ' | View Map';var $l9428f7ffa8e2c190a948de5d4b8ce1cd = '

Carolina Collegiate Federal Credit Union

Address: 710 Pulaski St, Columbia, SC 29201
Phone: (803) 227-5555
';var m_9428f7ffa8e2c190a948de5d4b8ce1cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Collegiate Federal Credit Union',});m_9428f7ffa8e2c190a948de5d4b8ce1cd['infowindow'] = new google.maps.InfoWindow({content: $l9428f7ffa8e2c190a948de5d4b8ce1cd});var infowindow = new google.maps.InfoWindow({content: $l9428f7ffa8e2c190a948de5d4b8ce1cd});google.maps.event.addListener(m_9428f7ffa8e2c190a948de5d4b8ce1cd, 'click', function() {infowindow.open(map,m_9428f7ffa8e2c190a948de5d4b8ce1cd);});$marker.push(m_9428f7ffa8e2c190a948de5d4b8ce1cd);}});}google.maps.event.addDomListener(window, 'load', initialize);