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.8158,-91.4941)};var g_07ac249c38dbc96a98836118f6b5ae57 = new google.maps.Geocoder();g_07ac249c38dbc96a98836118f6b5ae57.geocode( { 'address': "800 Wisconsin St, Eau Claire, WI 54703, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eau-claire-WI-west-central-wi-regional-plan').style.display = '';map = new google.maps.Map(document.getElementById('eau-claire-WI-west-central-wi-regional-plan'), mapOptions);}document.getElementById('c0fb7fb3').innerHTML += ' | View Map';var $l07ac249c38dbc96a98836118f6b5ae57 = '

West Central Wi Regional Plan

Address: 800 Wisconsin St, Eau Claire, WI 54703, USA
Phone: (715) 836-2918
';var m_07ac249c38dbc96a98836118f6b5ae57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'West Central Wi Regional Plan',});m_07ac249c38dbc96a98836118f6b5ae57['infowindow'] = new google.maps.InfoWindow({content: $l07ac249c38dbc96a98836118f6b5ae57});var infowindow = new google.maps.InfoWindow({content: $l07ac249c38dbc96a98836118f6b5ae57});google.maps.event.addListener(m_07ac249c38dbc96a98836118f6b5ae57, 'click', function() {infowindow.open(map,m_07ac249c38dbc96a98836118f6b5ae57);});$marker.push(m_07ac249c38dbc96a98836118f6b5ae57);}});}google.maps.event.addDomListener(window, 'load', initialize);