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.8038,-88.2027)};var g_740e03b90924d346f9ef38024b124404 = new google.maps.Geocoder();g_740e03b90924d346f9ef38024b124404.geocode( { 'address': "1175 Battleground Dr, Iuka, MS 38852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iuka-MS-fort-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('iuka-MS-fort-financial-credit-union'), mapOptions);}document.getElementById('d0ab8629').innerHTML += ' | View Map';var $l740e03b90924d346f9ef38024b124404 = '

Fort Financial Credit Union

Address: 1175 Battleground Dr, Iuka, MS 38852, USA
Phone: (260) 432-1561
';var m_740e03b90924d346f9ef38024b124404 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fort Financial Credit Union',});m_740e03b90924d346f9ef38024b124404['infowindow'] = new google.maps.InfoWindow({content: $l740e03b90924d346f9ef38024b124404});var infowindow = new google.maps.InfoWindow({content: $l740e03b90924d346f9ef38024b124404});google.maps.event.addListener(m_740e03b90924d346f9ef38024b124404, 'click', function() {infowindow.open(map,m_740e03b90924d346f9ef38024b124404);});$marker.push(m_740e03b90924d346f9ef38024b124404);}});}google.maps.event.addDomListener(window, 'load', initialize);