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.2928,-92.3668)};var g_a60582dd957996ab62e98e407cab549b = new google.maps.Geocoder();g_a60582dd957996ab62e98e407cab549b.geocode( { 'address': "1060 Cornwall Ave, Amery, WI 54001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amery-WI-westconsin-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('amery-WI-westconsin-credit-union'), mapOptions);}document.getElementById('56ecf8c9').innerHTML += ' | View Map';var $la60582dd957996ab62e98e407cab549b = '

WESTconsin Credit Union

Address: 1060 Cornwall Ave, Amery, WI 54001, USA
Phone: (715) 268-8127
';var m_a60582dd957996ab62e98e407cab549b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WESTconsin Credit Union',});m_a60582dd957996ab62e98e407cab549b['infowindow'] = new google.maps.InfoWindow({content: $la60582dd957996ab62e98e407cab549b});var infowindow = new google.maps.InfoWindow({content: $la60582dd957996ab62e98e407cab549b});google.maps.event.addListener(m_a60582dd957996ab62e98e407cab549b, 'click', function() {infowindow.open(map,m_a60582dd957996ab62e98e407cab549b);});$marker.push(m_a60582dd957996ab62e98e407cab549b);}});}google.maps.event.addDomListener(window, 'load', initialize);