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(42.6452,-95.1877)};var g_69728230de70bb6e6a9d7c0aadf3ff93 = new google.maps.Geocoder();g_69728230de70bb6e6a9d7c0aadf3ff93.geocode( { 'address': "609 Flindt Dr, Storm Lake, IA 50588, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('storm-lake-IA-citizens-community-cu').style.display = '';map = new google.maps.Map(document.getElementById('storm-lake-IA-citizens-community-cu'), mapOptions);}document.getElementById('502b7c05').innerHTML += ' | View Map';var $l69728230de70bb6e6a9d7c0aadf3ff93 = '

Citizens Community CU

Address: 609 Flindt Dr, Storm Lake, IA 50588, USA
Phone: (712) 732-5400
';var m_69728230de70bb6e6a9d7c0aadf3ff93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community CU',});m_69728230de70bb6e6a9d7c0aadf3ff93['infowindow'] = new google.maps.InfoWindow({content: $l69728230de70bb6e6a9d7c0aadf3ff93});var infowindow = new google.maps.InfoWindow({content: $l69728230de70bb6e6a9d7c0aadf3ff93});google.maps.event.addListener(m_69728230de70bb6e6a9d7c0aadf3ff93, 'click', function() {infowindow.open(map,m_69728230de70bb6e6a9d7c0aadf3ff93);});$marker.push(m_69728230de70bb6e6a9d7c0aadf3ff93);}});}google.maps.event.addDomListener(window, 'load', initialize);