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.9363,-84.6441)};var g_dfdd7398c6eaccc72360eaea6b353ab3 = new google.maps.Geocoder();g_dfdd7398c6eaccc72360eaea6b353ab3.geocode( { 'address': "412 W Carleton Rd, Hillsdale, MI 49242, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hillsdale-MI-michigan-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hillsdale-MI-michigan-community-credit-union'), mapOptions);}document.getElementById('58f2eb4b').innerHTML += ' | View Map';var $ldfdd7398c6eaccc72360eaea6b353ab3 = '

Michigan Community Credit Union

Address: 412 W Carleton Rd, Hillsdale, MI 49242, USA
Phone: (517) 439-1551
';var m_dfdd7398c6eaccc72360eaea6b353ab3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Michigan Community Credit Union',});m_dfdd7398c6eaccc72360eaea6b353ab3['infowindow'] = new google.maps.InfoWindow({content: $ldfdd7398c6eaccc72360eaea6b353ab3});var infowindow = new google.maps.InfoWindow({content: $ldfdd7398c6eaccc72360eaea6b353ab3});google.maps.event.addListener(m_dfdd7398c6eaccc72360eaea6b353ab3, 'click', function() {infowindow.open(map,m_dfdd7398c6eaccc72360eaea6b353ab3);});$marker.push(m_dfdd7398c6eaccc72360eaea6b353ab3);}});}google.maps.event.addDomListener(window, 'load', initialize);