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(43.6553,-84.2339)};var g_ab3f9cab224141f869b28de5d0674580 = new google.maps.Geocoder();g_ab3f9cab224141f869b28de5d0674580.geocode( { 'address': "600 W Wackerly St, Midland, MI 48640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-MI-members-first-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('midland-MI-members-first-credit-union'), mapOptions);}document.getElementById('2bdc69a9').innerHTML += ' | View Map';var $lab3f9cab224141f869b28de5d0674580 = '

Members First Credit Union

Address: 600 W Wackerly St, Midland, MI 48640, USA
Phone: (855) 835-6328
';var m_ab3f9cab224141f869b28de5d0674580 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Members First Credit Union',});m_ab3f9cab224141f869b28de5d0674580['infowindow'] = new google.maps.InfoWindow({content: $lab3f9cab224141f869b28de5d0674580});var infowindow = new google.maps.InfoWindow({content: $lab3f9cab224141f869b28de5d0674580});google.maps.event.addListener(m_ab3f9cab224141f869b28de5d0674580, 'click', function() {infowindow.open(map,m_ab3f9cab224141f869b28de5d0674580);});$marker.push(m_ab3f9cab224141f869b28de5d0674580);}});}google.maps.event.addDomListener(window, 'load', initialize);