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.0368,-91.5708)};var g_5fcb1eec10b374de78044facfb9451ef = new google.maps.Geocoder();g_5fcb1eec10b374de78044facfb9451ef.geocode( { 'address': "3680 US-151 BUS, Marion, IA 52302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marion-IA-collins-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('marion-IA-collins-community-credit-union'), mapOptions);}document.getElementById('dbb9ff70').innerHTML += ' | View Map';var $l5fcb1eec10b374de78044facfb9451ef = '

Collins Community Credit Union

Address: 3680 US-151 BUS, Marion, IA 52302, USA
Phone: (800) 475-1150
';var m_5fcb1eec10b374de78044facfb9451ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Collins Community Credit Union',});m_5fcb1eec10b374de78044facfb9451ef['infowindow'] = new google.maps.InfoWindow({content: $l5fcb1eec10b374de78044facfb9451ef});var infowindow = new google.maps.InfoWindow({content: $l5fcb1eec10b374de78044facfb9451ef});google.maps.event.addListener(m_5fcb1eec10b374de78044facfb9451ef, 'click', function() {infowindow.open(map,m_5fcb1eec10b374de78044facfb9451ef);});$marker.push(m_5fcb1eec10b374de78044facfb9451ef);}});}google.maps.event.addDomListener(window, 'load', initialize);