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(43.0059,-84.3716)};var g_fe04bd7d8a274873d9b6e37fa3e8c7a0 = new google.maps.Geocoder();g_fe04bd7d8a274873d9b6e37fa3e8c7a0.geocode( { 'address': "1090 Baese Ct, Ovid, MI 48866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ovid-MI-clinton-co-fed-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ovid-MI-clinton-co-fed-credit-union'), mapOptions);}document.getElementById('cb1d67c6').innerHTML += ' | View Map';var $lfe04bd7d8a274873d9b6e37fa3e8c7a0 = '

Clinton Co Fed Credit Union

Address: 1090 Baese Ct, Ovid, MI 48866, USA
Phone: (989) 834-9800
';var m_fe04bd7d8a274873d9b6e37fa3e8c7a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clinton Co Fed Credit Union',});m_fe04bd7d8a274873d9b6e37fa3e8c7a0['infowindow'] = new google.maps.InfoWindow({content: $lfe04bd7d8a274873d9b6e37fa3e8c7a0});var infowindow = new google.maps.InfoWindow({content: $lfe04bd7d8a274873d9b6e37fa3e8c7a0});google.maps.event.addListener(m_fe04bd7d8a274873d9b6e37fa3e8c7a0, 'click', function() {infowindow.open(map,m_fe04bd7d8a274873d9b6e37fa3e8c7a0);});$marker.push(m_fe04bd7d8a274873d9b6e37fa3e8c7a0);}});}google.maps.event.addDomListener(window, 'load', initialize);