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.0159,-86.4944)};var g_894de84498969d589fc9f826ac8f670a = new google.maps.Geocoder();g_894de84498969d589fc9f826ac8f670a.geocode( { 'address': "5611 Cleveland Ave, Stevensville, MI 49127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevensville-MI-united-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('stevensville-MI-united-federal-credit-union'), mapOptions);}document.getElementById('3844e7f9').innerHTML += ' | View Map';var $l894de84498969d589fc9f826ac8f670a = '

United Federal Credit Union

Address: 5611 Cleveland Ave, Stevensville, MI 49127, USA
Phone: (888) 982-1400
';var m_894de84498969d589fc9f826ac8f670a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Federal Credit Union',});m_894de84498969d589fc9f826ac8f670a['infowindow'] = new google.maps.InfoWindow({content: $l894de84498969d589fc9f826ac8f670a});var infowindow = new google.maps.InfoWindow({content: $l894de84498969d589fc9f826ac8f670a});google.maps.event.addListener(m_894de84498969d589fc9f826ac8f670a, 'click', function() {infowindow.open(map,m_894de84498969d589fc9f826ac8f670a);});$marker.push(m_894de84498969d589fc9f826ac8f670a);}});}google.maps.event.addDomListener(window, 'load', initialize);