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.0147,-92.8086)};var g_8722de6de5d2641afe287ed6c4f3c757 = new google.maps.Geocoder();g_8722de6de5d2641afe287ed6c4f3c757.geocode( { 'address': "1420 S Clinton St, Albia, IA 52531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('albia-IA-community-1st-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('albia-IA-community-1st-credit-union'), mapOptions);}document.getElementById('76a7a667').innerHTML += ' | View Map';var $l8722de6de5d2641afe287ed6c4f3c757 = '

Community 1st Credit Union

Address: 1420 S Clinton St, Albia, IA 52531, USA
Phone: (641) 932-3322
';var m_8722de6de5d2641afe287ed6c4f3c757 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community 1st Credit Union',});m_8722de6de5d2641afe287ed6c4f3c757['infowindow'] = new google.maps.InfoWindow({content: $l8722de6de5d2641afe287ed6c4f3c757});var infowindow = new google.maps.InfoWindow({content: $l8722de6de5d2641afe287ed6c4f3c757});google.maps.event.addListener(m_8722de6de5d2641afe287ed6c4f3c757, 'click', function() {infowindow.open(map,m_8722de6de5d2641afe287ed6c4f3c757);});$marker.push(m_8722de6de5d2641afe287ed6c4f3c757);}});}google.maps.event.addDomListener(window, 'load', initialize);