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.764,-77.4343)};var g_6edf4b8ea5fb8603fcf25f2438205094 = new google.maps.Geocoder();g_6edf4b8ea5fb8603fcf25f2438205094.geocode( { 'address': "4180 Western Blvd, Jacksonville, NC 28546"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jacksonville-NC-marine-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('jacksonville-NC-marine-federal-credit-union'), mapOptions);}document.getElementById('012ed5a4').innerHTML += ' | View Map';var $l6edf4b8ea5fb8603fcf25f2438205094 = '

Marine Federal Credit Union

Address: 4180 Western Blvd, Jacksonville, NC 28546
Phone: (910) 355-7863
';var m_6edf4b8ea5fb8603fcf25f2438205094 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marine Federal Credit Union',});m_6edf4b8ea5fb8603fcf25f2438205094['infowindow'] = new google.maps.InfoWindow({content: $l6edf4b8ea5fb8603fcf25f2438205094});var infowindow = new google.maps.InfoWindow({content: $l6edf4b8ea5fb8603fcf25f2438205094});google.maps.event.addListener(m_6edf4b8ea5fb8603fcf25f2438205094, 'click', function() {infowindow.open(map,m_6edf4b8ea5fb8603fcf25f2438205094);});$marker.push(m_6edf4b8ea5fb8603fcf25f2438205094);}});}google.maps.event.addDomListener(window, 'load', initialize);