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.2334,-80.9166)};var g_aefa054c968f7d0b480db2cd848044cc = new google.maps.Geocoder();g_aefa054c968f7d0b480db2cd848044cc.geocode( { 'address': "3601 Mulberry Church Rd, Charlotte, NC 28208, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-nova-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-nova-credit-union'), mapOptions);}document.getElementById('b723b3e1').innerHTML += ' | View Map';var $laefa054c968f7d0b480db2cd848044cc = '

Nova Credit Union

Address: 3601 Mulberry Church Rd, Charlotte, NC 28208, United States
Phone: (704) 392-3418
';var m_aefa054c968f7d0b480db2cd848044cc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nova Credit Union',});m_aefa054c968f7d0b480db2cd848044cc['infowindow'] = new google.maps.InfoWindow({content: $laefa054c968f7d0b480db2cd848044cc});var infowindow = new google.maps.InfoWindow({content: $laefa054c968f7d0b480db2cd848044cc});google.maps.event.addListener(m_aefa054c968f7d0b480db2cd848044cc, 'click', function() {infowindow.open(map,m_aefa054c968f7d0b480db2cd848044cc);});$marker.push(m_aefa054c968f7d0b480db2cd848044cc);}});}google.maps.event.addDomListener(window, 'load', initialize);