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(41.5698,-87.1837)};var g_52c0810570f98a3ed64741bf60ba7457 = new google.maps.Geocoder();g_52c0810570f98a3ed64741bf60ba7457.geocode( { 'address': "2832 Willowcreek Rd, Portage, IN 46368, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('portage-IN-midwest-family-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('portage-IN-midwest-family-federal-credit-union'), mapOptions);}document.getElementById('a9be7fa1').innerHTML += ' | View Map';var $l52c0810570f98a3ed64741bf60ba7457 = '

Midwest Family Federal Credit Union

Address: 2832 Willowcreek Rd, Portage, IN 46368, USA
Phone: (219) 763-5640
';var m_52c0810570f98a3ed64741bf60ba7457 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Family Federal Credit Union',});m_52c0810570f98a3ed64741bf60ba7457['infowindow'] = new google.maps.InfoWindow({content: $l52c0810570f98a3ed64741bf60ba7457});var infowindow = new google.maps.InfoWindow({content: $l52c0810570f98a3ed64741bf60ba7457});google.maps.event.addListener(m_52c0810570f98a3ed64741bf60ba7457, 'click', function() {infowindow.open(map,m_52c0810570f98a3ed64741bf60ba7457);});$marker.push(m_52c0810570f98a3ed64741bf60ba7457);}});}google.maps.event.addDomListener(window, 'load', initialize);