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.215,-85.7848)};var g_1cdf14d1e3699d61d237cf76ce1c2dca = new google.maps.Geocoder();g_1cdf14d1e3699d61d237cf76ce1c2dca.geocode( { 'address': "56109 S Main St, Mattawan, MI 49071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mattawan-MI-consumers-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mattawan-MI-consumers-credit-union'), mapOptions);}document.getElementById('96bffa9d').innerHTML += ' | View Map';var $l1cdf14d1e3699d61d237cf76ce1c2dca = '

Consumers Credit Union

Address: 56109 S Main St, Mattawan, MI 49071, USA
Phone: (800) 991-2221
';var m_1cdf14d1e3699d61d237cf76ce1c2dca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consumers Credit Union',});m_1cdf14d1e3699d61d237cf76ce1c2dca['infowindow'] = new google.maps.InfoWindow({content: $l1cdf14d1e3699d61d237cf76ce1c2dca});var infowindow = new google.maps.InfoWindow({content: $l1cdf14d1e3699d61d237cf76ce1c2dca});google.maps.event.addListener(m_1cdf14d1e3699d61d237cf76ce1c2dca, 'click', function() {infowindow.open(map,m_1cdf14d1e3699d61d237cf76ce1c2dca);});$marker.push(m_1cdf14d1e3699d61d237cf76ce1c2dca);}});}google.maps.event.addDomListener(window, 'load', initialize);