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_1b84c4cee2b8b3d823b30e2d604b1878 = new google.maps.Geocoder();g_1b84c4cee2b8b3d823b30e2d604b1878.geocode( { 'address': "640 W Bridge St, Owatonna, MN 55060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('owatonna-MN-community-bank-owatonna').style.display = '';map = new google.maps.Map(document.getElementById('owatonna-MN-community-bank-owatonna'), mapOptions);}document.getElementById('ab647e11').innerHTML += ' | View Map';var $l1b84c4cee2b8b3d823b30e2d604b1878 = '

Community Bank Owatonna

Address: 640 W Bridge St, Owatonna, MN 55060
Phone: (507) 455-2265
';var m_1b84c4cee2b8b3d823b30e2d604b1878 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Owatonna',});m_1b84c4cee2b8b3d823b30e2d604b1878['infowindow'] = new google.maps.InfoWindow({content: $l1b84c4cee2b8b3d823b30e2d604b1878});var infowindow = new google.maps.InfoWindow({content: $l1b84c4cee2b8b3d823b30e2d604b1878});google.maps.event.addListener(m_1b84c4cee2b8b3d823b30e2d604b1878, 'click', function() {infowindow.open(map,m_1b84c4cee2b8b3d823b30e2d604b1878);});$marker.push(m_1b84c4cee2b8b3d823b30e2d604b1878);}});}google.maps.event.addDomListener(window, 'load', initialize);