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.4,-91.8483)};var g_6db056789da41b0a78f0358b1e19577e = new google.maps.Geocoder();g_6db056789da41b0a78f0358b1e19577e.geocode( { 'address': "50 S 7th St, Barron, WI 54812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('barron-WI-westconsin-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('barron-WI-westconsin-credit-union'), mapOptions);}document.getElementById('f6a11b3a').innerHTML += ' | View Map';var $l6db056789da41b0a78f0358b1e19577e = '

WESTconsin Credit Union

Address: 50 S 7th St, Barron, WI 54812, USA
Phone: (715) 537-5661
';var m_6db056789da41b0a78f0358b1e19577e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'WESTconsin Credit Union',});m_6db056789da41b0a78f0358b1e19577e['infowindow'] = new google.maps.InfoWindow({content: $l6db056789da41b0a78f0358b1e19577e});var infowindow = new google.maps.InfoWindow({content: $l6db056789da41b0a78f0358b1e19577e});google.maps.event.addListener(m_6db056789da41b0a78f0358b1e19577e, 'click', function() {infowindow.open(map,m_6db056789da41b0a78f0358b1e19577e);});$marker.push(m_6db056789da41b0a78f0358b1e19577e);}});}google.maps.event.addDomListener(window, 'load', initialize);