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(46.4653,-90.1377)};var g_199723158503538b8a685601d083511f = new google.maps.Geocoder();g_199723158503538b8a685601d083511f.geocode( { 'address': "204 Harrison St, Ironwood, MI 49938, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ironwood-MI-thrivent-financial-lutherans').style.display = '';map = new google.maps.Map(document.getElementById('ironwood-MI-thrivent-financial-lutherans'), mapOptions);}document.getElementById('2f0ebc59').innerHTML += ' | View Map';var $l199723158503538b8a685601d083511f = '

Thrivent Financial-Lutherans

Address: 204 Harrison St, Ironwood, MI 49938, USA
Phone: (906) 932-2400
';var m_199723158503538b8a685601d083511f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Thrivent Financial-Lutherans',});m_199723158503538b8a685601d083511f['infowindow'] = new google.maps.InfoWindow({content: $l199723158503538b8a685601d083511f});var infowindow = new google.maps.InfoWindow({content: $l199723158503538b8a685601d083511f});google.maps.event.addListener(m_199723158503538b8a685601d083511f, 'click', function() {infowindow.open(map,m_199723158503538b8a685601d083511f);});$marker.push(m_199723158503538b8a685601d083511f);}});}google.maps.event.addDomListener(window, 'load', initialize);