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(45.4098,-84.6127)};var g_8292ecb41d24dc235cb61b4966d00935 = new google.maps.Geocoder();g_8292ecb41d24dc235cb61b4966d00935.geocode( { 'address': "3615 S Straits Hwy, Indian River, MI 49749, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indian-river-MI-awakon-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('indian-river-MI-awakon-federal-credit-union'), mapOptions);}document.getElementById('0f1594f5').innerHTML += ' | View Map';var $l8292ecb41d24dc235cb61b4966d00935 = '

Awakon Federal Credit Union

Address: 3615 S Straits Hwy, Indian River, MI 49749, USA
Phone: (231) 238-8331
';var m_8292ecb41d24dc235cb61b4966d00935 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Awakon Federal Credit Union',});m_8292ecb41d24dc235cb61b4966d00935['infowindow'] = new google.maps.InfoWindow({content: $l8292ecb41d24dc235cb61b4966d00935});var infowindow = new google.maps.InfoWindow({content: $l8292ecb41d24dc235cb61b4966d00935});google.maps.event.addListener(m_8292ecb41d24dc235cb61b4966d00935, 'click', function() {infowindow.open(map,m_8292ecb41d24dc235cb61b4966d00935);});$marker.push(m_8292ecb41d24dc235cb61b4966d00935);}});}google.maps.event.addDomListener(window, 'load', initialize);