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(41.2967,-92.66)};var g_53b20695a68e12a1780bdfe921c4ac62 = new google.maps.Geocoder();g_53b20695a68e12a1780bdfe921c4ac62.geocode( { 'address': "1311 A Ave W, Oskaloosa, IA 52577, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oskaloosa-IA-community-1st-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('oskaloosa-IA-community-1st-credit-union'), mapOptions);}document.getElementById('79451d96').innerHTML += ' | View Map';var $l53b20695a68e12a1780bdfe921c4ac62 = '

Community 1st Credit Union

Address: 1311 A Ave W, Oskaloosa, IA 52577, USA
Phone: (641) 673-7243
';var m_53b20695a68e12a1780bdfe921c4ac62 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Credit Union',});m_53b20695a68e12a1780bdfe921c4ac62['infowindow'] = new google.maps.InfoWindow({content: $l53b20695a68e12a1780bdfe921c4ac62});var infowindow = new google.maps.InfoWindow({content: $l53b20695a68e12a1780bdfe921c4ac62});google.maps.event.addListener(m_53b20695a68e12a1780bdfe921c4ac62, 'click', function() {infowindow.open(map,m_53b20695a68e12a1780bdfe921c4ac62);});$marker.push(m_53b20695a68e12a1780bdfe921c4ac62);}});}google.maps.event.addDomListener(window, 'load', initialize);