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.6736,-93.3694)};var g_02a32ad2669e6fe298e607fe7cc0e1a0 = new google.maps.Geocoder();g_02a32ad2669e6fe298e607fe7cc0e1a0.geocode( { 'address': "18985 Meadow View Blvd, Prior Lake, MN 55372, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('prior-lake-MN-credit-river-town-hall').style.display = '';map = new google.maps.Map(document.getElementById('prior-lake-MN-credit-river-town-hall'), mapOptions);}document.getElementById('68df90c7').innerHTML += ' | View Map';var $l02a32ad2669e6fe298e607fe7cc0e1a0 = '

Credit River Town Hall

Address: 18985 Meadow View Blvd, Prior Lake, MN 55372, USA
Phone: (952) 440-5515
';var m_02a32ad2669e6fe298e607fe7cc0e1a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Credit River Town Hall',});m_02a32ad2669e6fe298e607fe7cc0e1a0['infowindow'] = new google.maps.InfoWindow({content: $l02a32ad2669e6fe298e607fe7cc0e1a0});var infowindow = new google.maps.InfoWindow({content: $l02a32ad2669e6fe298e607fe7cc0e1a0});google.maps.event.addListener(m_02a32ad2669e6fe298e607fe7cc0e1a0, 'click', function() {infowindow.open(map,m_02a32ad2669e6fe298e607fe7cc0e1a0);});$marker.push(m_02a32ad2669e6fe298e607fe7cc0e1a0);}});}google.maps.event.addDomListener(window, 'load', initialize);