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_c43fbaa3bb76eb9f22224f575a8f0607 = new google.maps.Geocoder();g_c43fbaa3bb76eb9f22224f575a8f0607.geocode( { 'address': "1835 W W T Harris Blvd, Charlotte, NC 28262"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('charlotte-NC-coastal-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('charlotte-NC-coastal-federal-credit-union'), mapOptions);}document.getElementById('fce93313').innerHTML += ' | View Map';var $lc43fbaa3bb76eb9f22224f575a8f0607 = '

Coastal Federal Credit Union

Address: 1835 W W T Harris Blvd, Charlotte, NC 28262
Phone: (704) 595-8100
';var m_c43fbaa3bb76eb9f22224f575a8f0607 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Federal Credit Union',});m_c43fbaa3bb76eb9f22224f575a8f0607['infowindow'] = new google.maps.InfoWindow({content: $lc43fbaa3bb76eb9f22224f575a8f0607});var infowindow = new google.maps.InfoWindow({content: $lc43fbaa3bb76eb9f22224f575a8f0607});google.maps.event.addListener(m_c43fbaa3bb76eb9f22224f575a8f0607, 'click', function() {infowindow.open(map,m_c43fbaa3bb76eb9f22224f575a8f0607);});$marker.push(m_c43fbaa3bb76eb9f22224f575a8f0607);}});}google.maps.event.addDomListener(window, 'load', initialize);