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.5191,-84.1188)};var g_03efea10c0a58b377c1e875505982652 = new google.maps.Geocoder();g_03efea10c0a58b377c1e875505982652.geocode( { 'address': "7600 Midland Rd, Freeland, MI 48623, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('freeland-MI-united-financial-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('freeland-MI-united-financial-credit-union'), mapOptions);}document.getElementById('7ee5f347').innerHTML += ' | View Map';var $l03efea10c0a58b377c1e875505982652 = '

United Financial Credit Union

Address: 7600 Midland Rd, Freeland, MI 48623, USA
Phone: (989) 777-3620
';var m_03efea10c0a58b377c1e875505982652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Financial Credit Union',});m_03efea10c0a58b377c1e875505982652['infowindow'] = new google.maps.InfoWindow({content: $l03efea10c0a58b377c1e875505982652});var infowindow = new google.maps.InfoWindow({content: $l03efea10c0a58b377c1e875505982652});google.maps.event.addListener(m_03efea10c0a58b377c1e875505982652, 'click', function() {infowindow.open(map,m_03efea10c0a58b377c1e875505982652);});$marker.push(m_03efea10c0a58b377c1e875505982652);}});}google.maps.event.addDomListener(window, 'load', initialize);