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(44.9569,-92.373)};var g_e62e4e249110f293347233352a4edf81 = new google.maps.Geocoder();g_e62e4e249110f293347233352a4edf81.geocode( { 'address': "860 Cedar St, Baldwin, WI 54002, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-WI-westconsin-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-WI-westconsin-credit-union'), mapOptions);}document.getElementById('2dd3086e').innerHTML += ' | View Map';var $le62e4e249110f293347233352a4edf81 = '

WESTconsin Credit Union

Address: 860 Cedar St, Baldwin, WI 54002, USA
Phone: (715) 684-3333
';var m_e62e4e249110f293347233352a4edf81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WESTconsin Credit Union',});m_e62e4e249110f293347233352a4edf81['infowindow'] = new google.maps.InfoWindow({content: $le62e4e249110f293347233352a4edf81});var infowindow = new google.maps.InfoWindow({content: $le62e4e249110f293347233352a4edf81});google.maps.event.addListener(m_e62e4e249110f293347233352a4edf81, 'click', function() {infowindow.open(map,m_e62e4e249110f293347233352a4edf81);});$marker.push(m_e62e4e249110f293347233352a4edf81);}});}google.maps.event.addDomListener(window, 'load', initialize);