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.4766,-90.2154)};var g_35b1156204ae0f5a69ac4d377435efd7 = new google.maps.Geocoder();g_35b1156204ae0f5a69ac4d377435efd7.geocode( { 'address': "5702 US-2, Hurley, WI 54534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hurley-WI-iron-county-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('hurley-WI-iron-county-community-cu'), mapOptions);}document.getElementById('b461db8b').innerHTML += ' | View Map';var $l35b1156204ae0f5a69ac4d377435efd7 = '

Iron County Community Cu

Address: 5702 US-2, Hurley, WI 54534, USA
Phone: (715) 561-2842
';var m_35b1156204ae0f5a69ac4d377435efd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Iron County Community Cu',});m_35b1156204ae0f5a69ac4d377435efd7['infowindow'] = new google.maps.InfoWindow({content: $l35b1156204ae0f5a69ac4d377435efd7});var infowindow = new google.maps.InfoWindow({content: $l35b1156204ae0f5a69ac4d377435efd7});google.maps.event.addListener(m_35b1156204ae0f5a69ac4d377435efd7, 'click', function() {infowindow.open(map,m_35b1156204ae0f5a69ac4d377435efd7);});$marker.push(m_35b1156204ae0f5a69ac4d377435efd7);}});}google.maps.event.addDomListener(window, 'load', initialize);