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.1027,-80.954)};var g_2a17dafef6f0b54770c97b59b51e28e2 = new google.maps.Geocoder();g_2a17dafef6f0b54770c97b59b51e28e2.geocode( { 'address': "2350 LeGrand Road, Columbia, SC 29223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-SC-south-carolina-federal-credit-union-northeast-columbia-branch').style.display = '';map = new google.maps.Map(document.getElementById('columbia-SC-south-carolina-federal-credit-union-northeast-columbia-branch'), mapOptions);}document.getElementById('c2c97d53').innerHTML += ' | View Map';var $l2a17dafef6f0b54770c97b59b51e28e2 = '

South Carolina Federal Credit Union Northeast Columbia Branch

Address: 2350 LeGrand Road, Columbia, SC 29223, USA
Phone: (803) 738-8300
';var m_2a17dafef6f0b54770c97b59b51e28e2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union Northeast Columbia Branch',});m_2a17dafef6f0b54770c97b59b51e28e2['infowindow'] = new google.maps.InfoWindow({content: $l2a17dafef6f0b54770c97b59b51e28e2});var infowindow = new google.maps.InfoWindow({content: $l2a17dafef6f0b54770c97b59b51e28e2});google.maps.event.addListener(m_2a17dafef6f0b54770c97b59b51e28e2, 'click', function() {infowindow.open(map,m_2a17dafef6f0b54770c97b59b51e28e2);});$marker.push(m_2a17dafef6f0b54770c97b59b51e28e2);}});}google.maps.event.addDomListener(window, 'load', initialize);