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.3086,-83.6918)};var g_3ca892e48e76cc9bd2af6d176f201caa = new google.maps.Geocoder();g_3ca892e48e76cc9bd2af6d176f201caa.geocode( { 'address': "2400 Green Rd, Ann Arbor, MI 48105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ann-arbor-MI-midwest-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ann-arbor-MI-midwest-financial-credit-union'), mapOptions);}document.getElementById('01cd1e0d').innerHTML += ' | View Map';var $l3ca892e48e76cc9bd2af6d176f201caa = '

Midwest Financial Credit Union

Address: 2400 Green Rd, Ann Arbor, MI 48105, USA
Phone: (888) 336-2700
';var m_3ca892e48e76cc9bd2af6d176f201caa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midwest Financial Credit Union',});m_3ca892e48e76cc9bd2af6d176f201caa['infowindow'] = new google.maps.InfoWindow({content: $l3ca892e48e76cc9bd2af6d176f201caa});var infowindow = new google.maps.InfoWindow({content: $l3ca892e48e76cc9bd2af6d176f201caa});google.maps.event.addListener(m_3ca892e48e76cc9bd2af6d176f201caa, 'click', function() {infowindow.open(map,m_3ca892e48e76cc9bd2af6d176f201caa);});$marker.push(m_3ca892e48e76cc9bd2af6d176f201caa);}});}google.maps.event.addDomListener(window, 'load', initialize);