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.1095,-85.9755)};var g_26d6b29c5805b756dedf3e5092b4657c = new google.maps.Geocoder();g_26d6b29c5805b756dedf3e5092b4657c.geocode( { 'address': "201 N Phelps St, Decatur, MI 49045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('decatur-MI-honor-credit-union---decatur-branch').style.display = '';map = new google.maps.Map(document.getElementById('decatur-MI-honor-credit-union---decatur-branch'), mapOptions);}document.getElementById('70f8b965').innerHTML += ' | View Map';var $l26d6b29c5805b756dedf3e5092b4657c = '

Honor Credit Union - Decatur Branch

Address: 201 N Phelps St, Decatur, MI 49045, USA
Phone: (800) 442-2800
';var m_26d6b29c5805b756dedf3e5092b4657c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Honor Credit Union - Decatur Branch',});m_26d6b29c5805b756dedf3e5092b4657c['infowindow'] = new google.maps.InfoWindow({content: $l26d6b29c5805b756dedf3e5092b4657c});var infowindow = new google.maps.InfoWindow({content: $l26d6b29c5805b756dedf3e5092b4657c});google.maps.event.addListener(m_26d6b29c5805b756dedf3e5092b4657c, 'click', function() {infowindow.open(map,m_26d6b29c5805b756dedf3e5092b4657c);});$marker.push(m_26d6b29c5805b756dedf3e5092b4657c);}});}google.maps.event.addDomListener(window, 'load', initialize);