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.0098,-86.495)};var g_8a14b4a74432cd1c865fe99c3e7cf55c = new google.maps.Geocoder();g_8a14b4a74432cd1c865fe99c3e7cf55c.geocode( { 'address': "5960 Cleveland Ave, Stevensville, MI 49127, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('stevensville-MI-honor-credit-union---stevensville-branch').style.display = '';map = new google.maps.Map(document.getElementById('stevensville-MI-honor-credit-union---stevensville-branch'), mapOptions);}document.getElementById('60686483').innerHTML += ' | View Map';var $l8a14b4a74432cd1c865fe99c3e7cf55c = '

Honor Credit Union - Stevensville Branch

Address: 5960 Cleveland Ave, Stevensville, MI 49127, USA
Phone: (269) 983-6357
';var m_8a14b4a74432cd1c865fe99c3e7cf55c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honor Credit Union - Stevensville Branch',});m_8a14b4a74432cd1c865fe99c3e7cf55c['infowindow'] = new google.maps.InfoWindow({content: $l8a14b4a74432cd1c865fe99c3e7cf55c});var infowindow = new google.maps.InfoWindow({content: $l8a14b4a74432cd1c865fe99c3e7cf55c});google.maps.event.addListener(m_8a14b4a74432cd1c865fe99c3e7cf55c, 'click', function() {infowindow.open(map,m_8a14b4a74432cd1c865fe99c3e7cf55c);});$marker.push(m_8a14b4a74432cd1c865fe99c3e7cf55c);}});}google.maps.event.addDomListener(window, 'load', initialize);