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.8121,-88.0619)};var g_f95d195002799c2413cdd34c03391704 = new google.maps.Geocoder();g_f95d195002799c2413cdd34c03391704.geocode( { 'address': "1130 S Stephenson Ave, Iron Mountain, MI 49801, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iron-mountain-MI-iron-mountain-kingsford-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('iron-mountain-MI-iron-mountain-kingsford-community-federal-credit-union'), mapOptions);}document.getElementById('48c211fb').innerHTML += ' | View Map';var $lf95d195002799c2413cdd34c03391704 = '

Iron Mountain Kingsford Community Federal Credit Union

Address: 1130 S Stephenson Ave, Iron Mountain, MI 49801, USA
Phone: (906) 776-1696
';var m_f95d195002799c2413cdd34c03391704 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iron Mountain Kingsford Community Federal Credit Union',});m_f95d195002799c2413cdd34c03391704['infowindow'] = new google.maps.InfoWindow({content: $lf95d195002799c2413cdd34c03391704});var infowindow = new google.maps.InfoWindow({content: $lf95d195002799c2413cdd34c03391704});google.maps.event.addListener(m_f95d195002799c2413cdd34c03391704, 'click', function() {infowindow.open(map,m_f95d195002799c2413cdd34c03391704);});$marker.push(m_f95d195002799c2413cdd34c03391704);}});}google.maps.event.addDomListener(window, 'load', initialize);