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.5581,-83.7243)};var g_5658eb3bf03461888d599d8a2799e7a0 = new google.maps.Geocoder();g_5658eb3bf03461888d599d8a2799e7a0.geocode( { 'address': "3358 S State Rd, Glennie, MI 48737, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glennie-MI-northland-area-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('glennie-MI-northland-area-federal-credit-union'), mapOptions);}document.getElementById('babda66c').innerHTML += ' | View Map';var $l5658eb3bf03461888d599d8a2799e7a0 = '

Northland Area Federal Credit Union

Address: 3358 S State Rd, Glennie, MI 48737, USA
Phone: (989) 739-1401
';var m_5658eb3bf03461888d599d8a2799e7a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northland Area Federal Credit Union',});m_5658eb3bf03461888d599d8a2799e7a0['infowindow'] = new google.maps.InfoWindow({content: $l5658eb3bf03461888d599d8a2799e7a0});var infowindow = new google.maps.InfoWindow({content: $l5658eb3bf03461888d599d8a2799e7a0});google.maps.event.addListener(m_5658eb3bf03461888d599d8a2799e7a0, 'click', function() {infowindow.open(map,m_5658eb3bf03461888d599d8a2799e7a0);});$marker.push(m_5658eb3bf03461888d599d8a2799e7a0);}});}google.maps.event.addDomListener(window, 'load', initialize);