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(44.2899,-93.3061)};var g_89c22f2fd44c301401841e2a55a4dc0e = new google.maps.Geocoder();g_89c22f2fd44c301401841e2a55a4dc0e.geocode( { 'address': "150 Western Ave, Faribault, MN 55021, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('faribault-MN-citizens-community-federal').style.display = '';map = new google.maps.Map(document.getElementById('faribault-MN-citizens-community-federal'), mapOptions);}document.getElementById('1898489c').innerHTML += ' | View Map';var $l89c22f2fd44c301401841e2a55a4dc0e = '

Citizens Community Federal

Address: 150 Western Ave, Faribault, MN 55021, USA
Phone: (507) 331-4050
';var m_89c22f2fd44c301401841e2a55a4dc0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Community Federal',});m_89c22f2fd44c301401841e2a55a4dc0e['infowindow'] = new google.maps.InfoWindow({content: $l89c22f2fd44c301401841e2a55a4dc0e});var infowindow = new google.maps.InfoWindow({content: $l89c22f2fd44c301401841e2a55a4dc0e});google.maps.event.addListener(m_89c22f2fd44c301401841e2a55a4dc0e, 'click', function() {infowindow.open(map,m_89c22f2fd44c301401841e2a55a4dc0e);});$marker.push(m_89c22f2fd44c301401841e2a55a4dc0e);}});}google.maps.event.addDomListener(window, 'load', initialize);