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(32.9764,-80.0643)};var g_e530eb364302c7bc23d19d0575a7d9cd = new google.maps.Geocoder();g_e530eb364302c7bc23d19d0575a7d9cd.geocode( { 'address': "2695 Elms Plantation Blvd, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-south-carolina-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-south-carolina-federal-credit-union'), mapOptions);}document.getElementById('6d210ed5').innerHTML += ' | View Map';var $le530eb364302c7bc23d19d0575a7d9cd = '

South Carolina Federal Credit Union

Address: 2695 Elms Plantation Blvd, North Charleston, SC 29406, USA
Phone: (843) 797-8300
';var m_e530eb364302c7bc23d19d0575a7d9cd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'South Carolina Federal Credit Union',});m_e530eb364302c7bc23d19d0575a7d9cd['infowindow'] = new google.maps.InfoWindow({content: $le530eb364302c7bc23d19d0575a7d9cd});var infowindow = new google.maps.InfoWindow({content: $le530eb364302c7bc23d19d0575a7d9cd});google.maps.event.addListener(m_e530eb364302c7bc23d19d0575a7d9cd, 'click', function() {infowindow.open(map,m_e530eb364302c7bc23d19d0575a7d9cd);});$marker.push(m_e530eb364302c7bc23d19d0575a7d9cd);}});}google.maps.event.addDomListener(window, 'load', initialize);