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.0876,-93.221)};var g_5fb19e8e79a83a8b7b08f88c4562cb82 = new google.maps.Geocoder();g_5fb19e8e79a83a8b7b08f88c4562cb82.geocode( { 'address': "2400 W. Bridge St., Owatonna, MN 55060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owatonna-MN-hometown-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('owatonna-MN-hometown-credit-union'), mapOptions);}document.getElementById('6235c35b').innerHTML += ' | View Map';var $l5fb19e8e79a83a8b7b08f88c4562cb82 = '

HomeTown Credit Union

Address: 2400 W. Bridge St., Owatonna, MN 55060
Phone: (507) 451-3798
';var m_5fb19e8e79a83a8b7b08f88c4562cb82 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'HomeTown Credit Union',});m_5fb19e8e79a83a8b7b08f88c4562cb82['infowindow'] = new google.maps.InfoWindow({content: $l5fb19e8e79a83a8b7b08f88c4562cb82});var infowindow = new google.maps.InfoWindow({content: $l5fb19e8e79a83a8b7b08f88c4562cb82});google.maps.event.addListener(m_5fb19e8e79a83a8b7b08f88c4562cb82, 'click', function() {infowindow.open(map,m_5fb19e8e79a83a8b7b08f88c4562cb82);});$marker.push(m_5fb19e8e79a83a8b7b08f88c4562cb82);}});}google.maps.event.addDomListener(window, 'load', initialize);