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.9086,-80.0251)};var g_35e6f4aed98ef0d4a84d1c735d8a6877 = new google.maps.Geocoder();g_35e6f4aed98ef0d4a84d1c735d8a6877.geocode( { 'address': "2175 Credit Union Ln, North Charleston, SC 29406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-charleston-SC-cns-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('north-charleston-SC-cns-federal-credit-union'), mapOptions);}document.getElementById('f24ce722').innerHTML += ' | View Map';var $l35e6f4aed98ef0d4a84d1c735d8a6877 = '

CNS Federal Credit Union

Address: 2175 Credit Union Ln, North Charleston, SC 29406, USA
Phone: (843) 853-0460
';var m_35e6f4aed98ef0d4a84d1c735d8a6877 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CNS Federal Credit Union',});m_35e6f4aed98ef0d4a84d1c735d8a6877['infowindow'] = new google.maps.InfoWindow({content: $l35e6f4aed98ef0d4a84d1c735d8a6877});var infowindow = new google.maps.InfoWindow({content: $l35e6f4aed98ef0d4a84d1c735d8a6877});google.maps.event.addListener(m_35e6f4aed98ef0d4a84d1c735d8a6877, 'click', function() {infowindow.open(map,m_35e6f4aed98ef0d4a84d1c735d8a6877);});$marker.push(m_35e6f4aed98ef0d4a84d1c735d8a6877);}});}google.maps.event.addDomListener(window, 'load', initialize);