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(35.193,-80.8263)};var g_a032d83279b4edbfa2cf3e9ab37291f7 = new google.maps.Geocoder();g_a032d83279b4edbfa2cf3e9ab37291f7.geocode( { 'address': "2110 Crown Centre Dr, Charlotte, NC 28227"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-carolina-cooperative-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-carolina-cooperative-federal-credit-union'), mapOptions);}document.getElementById('d02486b5').innerHTML += ' | View Map';var $la032d83279b4edbfa2cf3e9ab37291f7 = '

Carolina Cooperative Federal Credit Union

Address: 2110 Crown Centre Dr, Charlotte, NC 28227
Phone: (704) 845-4031
';var m_a032d83279b4edbfa2cf3e9ab37291f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carolina Cooperative Federal Credit Union',});m_a032d83279b4edbfa2cf3e9ab37291f7['infowindow'] = new google.maps.InfoWindow({content: $la032d83279b4edbfa2cf3e9ab37291f7});var infowindow = new google.maps.InfoWindow({content: $la032d83279b4edbfa2cf3e9ab37291f7});google.maps.event.addListener(m_a032d83279b4edbfa2cf3e9ab37291f7, 'click', function() {infowindow.open(map,m_a032d83279b4edbfa2cf3e9ab37291f7);});$marker.push(m_a032d83279b4edbfa2cf3e9ab37291f7);}});}google.maps.event.addDomListener(window, 'load', initialize);