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(43.1716,-89.0724)};var g_c164729e7c38926049767ce84c52ca66 = new google.maps.Geocoder();g_c164729e7c38926049767ce84c52ca66.geocode( { 'address': "701 W Main St, Marshall, WI 53559, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-WI-avestar-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marshall-WI-avestar-credit-union'), mapOptions);}document.getElementById('05323603').innerHTML += ' | View Map';var $lc164729e7c38926049767ce84c52ca66 = '

Avestar Credit Union

Address: 701 W Main St, Marshall, WI 53559, USA
Phone: (920) 478-2151
';var m_c164729e7c38926049767ce84c52ca66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Avestar Credit Union',});m_c164729e7c38926049767ce84c52ca66['infowindow'] = new google.maps.InfoWindow({content: $lc164729e7c38926049767ce84c52ca66});var infowindow = new google.maps.InfoWindow({content: $lc164729e7c38926049767ce84c52ca66});google.maps.event.addListener(m_c164729e7c38926049767ce84c52ca66, 'click', function() {infowindow.open(map,m_c164729e7c38926049767ce84c52ca66);});$marker.push(m_c164729e7c38926049767ce84c52ca66);}});}google.maps.event.addDomListener(window, 'load', initialize);