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(44.3253,-84.737)};var g_0c11f3b6b21cc7e29c524f40c446bc66 = new google.maps.Geocoder();g_0c11f3b6b21cc7e29c524f40c446bc66.geocode( { 'address': "2671 Reserve Rd, Houghton Lake, MI 48629"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('houghton-lake-MI-north-central-area-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('houghton-lake-MI-north-central-area-credit-union'), mapOptions);}document.getElementById('3b7b74e0').innerHTML += ' | View Map';var $l0c11f3b6b21cc7e29c524f40c446bc66 = '

North Central Area Credit Union

Address: 2671 Reserve Rd, Houghton Lake, MI 48629
Phone: (989) 366-9646
';var m_0c11f3b6b21cc7e29c524f40c446bc66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Central Area Credit Union',});m_0c11f3b6b21cc7e29c524f40c446bc66['infowindow'] = new google.maps.InfoWindow({content: $l0c11f3b6b21cc7e29c524f40c446bc66});var infowindow = new google.maps.InfoWindow({content: $l0c11f3b6b21cc7e29c524f40c446bc66});google.maps.event.addListener(m_0c11f3b6b21cc7e29c524f40c446bc66, 'click', function() {infowindow.open(map,m_0c11f3b6b21cc7e29c524f40c446bc66);});$marker.push(m_0c11f3b6b21cc7e29c524f40c446bc66);}});}google.maps.event.addDomListener(window, 'load', initialize);