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(32.3282,-90.0862)};var g_6559e40f850174dffb33faf0376a0d85 = new google.maps.Geocoder();g_6559e40f850174dffb33faf0376a0d85.geocode( { 'address': "142 Military Dr, Flowood, MS 39232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flowood-MS-mississippi-national-guard-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('flowood-MS-mississippi-national-guard-federal-credit-union'), mapOptions);}document.getElementById('275bceeb').innerHTML += ' | View Map';var $l6559e40f850174dffb33faf0376a0d85 = '

Mississippi National Guard Federal Credit Union

Address: 142 Military Dr, Flowood, MS 39232, USA
Phone: (601) 932-5194
';var m_6559e40f850174dffb33faf0376a0d85 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mississippi National Guard Federal Credit Union',});m_6559e40f850174dffb33faf0376a0d85['infowindow'] = new google.maps.InfoWindow({content: $l6559e40f850174dffb33faf0376a0d85});var infowindow = new google.maps.InfoWindow({content: $l6559e40f850174dffb33faf0376a0d85});google.maps.event.addListener(m_6559e40f850174dffb33faf0376a0d85, 'click', function() {infowindow.open(map,m_6559e40f850174dffb33faf0376a0d85);});$marker.push(m_6559e40f850174dffb33faf0376a0d85);}});}google.maps.event.addDomListener(window, 'load', initialize);