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.227,-93.4446)};var g_d4a91ef7ff99e515e4cd642736a65713 = new google.maps.Geocoder();g_d4a91ef7ff99e515e4cd642736a65713.geocode( { 'address': "111 Division St N, Morristown, MN 55052, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morristown-MN-lake-country-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('morristown-MN-lake-country-community-bank'), mapOptions);}document.getElementById('58123ac0').innerHTML += ' | View Map';var $ld4a91ef7ff99e515e4cd642736a65713 = '

Lake Country Community Bank

Address: 111 Division St N, Morristown, MN 55052, USA
Phone: (507) 685-2300
';var m_d4a91ef7ff99e515e4cd642736a65713 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Country Community Bank',});m_d4a91ef7ff99e515e4cd642736a65713['infowindow'] = new google.maps.InfoWindow({content: $ld4a91ef7ff99e515e4cd642736a65713});var infowindow = new google.maps.InfoWindow({content: $ld4a91ef7ff99e515e4cd642736a65713});google.maps.event.addListener(m_d4a91ef7ff99e515e4cd642736a65713, 'click', function() {infowindow.open(map,m_d4a91ef7ff99e515e4cd642736a65713);});$marker.push(m_d4a91ef7ff99e515e4cd642736a65713);}});}google.maps.event.addDomListener(window, 'load', initialize);