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(30.4562,-88.9004)};var g_3bc40cd0ff5227c8717252c19576fdbc = new google.maps.Geocoder();g_3bc40cd0ff5227c8717252c19576fdbc.geocode( { 'address': "3821-E Promenade Parkway, D\'Iberville, MS 39540, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('diberville-MS-navy-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('diberville-MS-navy-federal-credit-union'), mapOptions);}document.getElementById('2c01bcdb').innerHTML += ' | View Map';var $l3bc40cd0ff5227c8717252c19576fdbc = '

Navy Federal Credit Union

Address: 3821-E Promenade Parkway, D\'Iberville, MS 39540, USA
Phone: (888) 842-6328
';var m_3bc40cd0ff5227c8717252c19576fdbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Navy Federal Credit Union',});m_3bc40cd0ff5227c8717252c19576fdbc['infowindow'] = new google.maps.InfoWindow({content: $l3bc40cd0ff5227c8717252c19576fdbc});var infowindow = new google.maps.InfoWindow({content: $l3bc40cd0ff5227c8717252c19576fdbc});google.maps.event.addListener(m_3bc40cd0ff5227c8717252c19576fdbc, 'click', function() {infowindow.open(map,m_3bc40cd0ff5227c8717252c19576fdbc);});$marker.push(m_3bc40cd0ff5227c8717252c19576fdbc);}});}google.maps.event.addDomListener(window, 'load', initialize);