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.0008,-84.3859)};var g_dc08bf21c327133ec455681ed7644116 = new google.maps.Geocoder();g_dc08bf21c327133ec455681ed7644116.geocode( { 'address': "1090 Baese Court, Ovid, MI 48866, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ovid-MI-journey-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('ovid-MI-journey-federal-credit-union'), mapOptions);}document.getElementById('145e24bd').innerHTML += ' | View Map';var $ldc08bf21c327133ec455681ed7644116 = '

Journey Federal Credit Union

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