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.0117,-91.4863)};var g_b465588866e564006c1257d85e1fe609 = new google.maps.Geocoder();g_b465588866e564006c1257d85e1fe609.geocode( { 'address': "Hayward, WI 54843, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hayward-WI-hayward-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hayward-WI-hayward-community-credit-union'), mapOptions);}document.getElementById('8dda59dc').innerHTML += ' | View Map';var $lb465588866e564006c1257d85e1fe609 = '

Hayward Community Credit Union

Address: Hayward, WI 54843, USA
Phone: (715) 634-8931
';var m_b465588866e564006c1257d85e1fe609 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hayward Community Credit Union',});m_b465588866e564006c1257d85e1fe609['infowindow'] = new google.maps.InfoWindow({content: $lb465588866e564006c1257d85e1fe609});var infowindow = new google.maps.InfoWindow({content: $lb465588866e564006c1257d85e1fe609});google.maps.event.addListener(m_b465588866e564006c1257d85e1fe609, 'click', function() {infowindow.open(map,m_b465588866e564006c1257d85e1fe609);});$marker.push(m_b465588866e564006c1257d85e1fe609);}});}google.maps.event.addDomListener(window, 'load', initialize);