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(42.4615,-91.9198)};var g_7fc337d75dd77bbdb0c6f7a698208aae = new google.maps.Geocoder();g_7fc337d75dd77bbdb0c6f7a698208aae.geocode( { 'address': "2277 Iowa Ave, Independence, IA 50644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('independence-IA-mhi-independence-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('independence-IA-mhi-independence-employees-credit-union'), mapOptions);}document.getElementById('6378bdc6').innerHTML += ' | View Map';var $l7fc337d75dd77bbdb0c6f7a698208aae = '

MHI Independence Employees Credit Union

Address: 2277 Iowa Ave, Independence, IA 50644, USA
Phone: (800) 235-3228
';var m_7fc337d75dd77bbdb0c6f7a698208aae = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MHI Independence Employees Credit Union',});m_7fc337d75dd77bbdb0c6f7a698208aae['infowindow'] = new google.maps.InfoWindow({content: $l7fc337d75dd77bbdb0c6f7a698208aae});var infowindow = new google.maps.InfoWindow({content: $l7fc337d75dd77bbdb0c6f7a698208aae});google.maps.event.addListener(m_7fc337d75dd77bbdb0c6f7a698208aae, 'click', function() {infowindow.open(map,m_7fc337d75dd77bbdb0c6f7a698208aae);});$marker.push(m_7fc337d75dd77bbdb0c6f7a698208aae);}});}google.maps.event.addDomListener(window, 'load', initialize);