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.4187,-93.5351)};var g_bd64510dbce571a5b029dcbb7b1e4e4b = new google.maps.Geocoder();g_bd64510dbce571a5b029dcbb7b1e4e4b.geocode( { 'address': "106 S Mill St, Lake Mills, IA 50450, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-mills-IA-citizens-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('lake-mills-IA-citizens-community-cu'), mapOptions);}document.getElementById('f9e4de71').innerHTML += ' | View Map';var $lbd64510dbce571a5b029dcbb7b1e4e4b = '

Citizen's Community CU

Address: 106 S Mill St, Lake Mills, IA 50450, USA
Phone: (641) 592-0900
';var m_bd64510dbce571a5b029dcbb7b1e4e4b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizen's Community CU',});m_bd64510dbce571a5b029dcbb7b1e4e4b['infowindow'] = new google.maps.InfoWindow({content: $lbd64510dbce571a5b029dcbb7b1e4e4b});var infowindow = new google.maps.InfoWindow({content: $lbd64510dbce571a5b029dcbb7b1e4e4b});google.maps.event.addListener(m_bd64510dbce571a5b029dcbb7b1e4e4b, 'click', function() {infowindow.open(map,m_bd64510dbce571a5b029dcbb7b1e4e4b);});$marker.push(m_bd64510dbce571a5b029dcbb7b1e4e4b);}});}google.maps.event.addDomListener(window, 'load', initialize);