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(34.2159,-77.8851)};var g_be80d4fca8ca07948ad749b69cb51a5e = new google.maps.Geocoder();g_be80d4fca8ca07948ad749b69cb51a5e.geocode( { 'address': "1039 S College Rd, Wilmington, NC 28403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wilmington-NC-marine-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('wilmington-NC-marine-federal-credit-union'), mapOptions);}document.getElementById('3f3185a2').innerHTML += ' | View Map';var $lbe80d4fca8ca07948ad749b69cb51a5e = '

Marine Federal Credit Union

Address: 1039 S College Rd, Wilmington, NC 28403, USA
Phone: (800) 225-3967
';var m_be80d4fca8ca07948ad749b69cb51a5e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Federal Credit Union',});m_be80d4fca8ca07948ad749b69cb51a5e['infowindow'] = new google.maps.InfoWindow({content: $lbe80d4fca8ca07948ad749b69cb51a5e});var infowindow = new google.maps.InfoWindow({content: $lbe80d4fca8ca07948ad749b69cb51a5e});google.maps.event.addListener(m_be80d4fca8ca07948ad749b69cb51a5e, 'click', function() {infowindow.open(map,m_be80d4fca8ca07948ad749b69cb51a5e);});$marker.push(m_be80d4fca8ca07948ad749b69cb51a5e);}});}google.maps.event.addDomListener(window, 'load', initialize);