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(41.7511,-83.5674)};var g_17b422871c46ff90ab44c4717a01307a = new google.maps.Geocoder();g_17b422871c46ff90ab44c4717a01307a.geocode( { 'address': "7408 Lewis Ave, Temperance, MI 48182, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temperance-MI-monroe-county-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('temperance-MI-monroe-county-community-credit-union'), mapOptions);}document.getElementById('24e48cd5').innerHTML += ' | View Map';var $l17b422871c46ff90ab44c4717a01307a = '

Monroe County Community Credit Union

Address: 7408 Lewis Ave, Temperance, MI 48182, USA
Phone:
';var m_17b422871c46ff90ab44c4717a01307a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Monroe County Community Credit Union',});m_17b422871c46ff90ab44c4717a01307a['infowindow'] = new google.maps.InfoWindow({content: $l17b422871c46ff90ab44c4717a01307a});var infowindow = new google.maps.InfoWindow({content: $l17b422871c46ff90ab44c4717a01307a});google.maps.event.addListener(m_17b422871c46ff90ab44c4717a01307a, 'click', function() {infowindow.open(map,m_17b422871c46ff90ab44c4717a01307a);});$marker.push(m_17b422871c46ff90ab44c4717a01307a);}});}google.maps.event.addDomListener(window, 'load', initialize);