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(45.5878,-95.916)};var g_0cca4a4c222160bee7309459cca454bd = new google.maps.Geocoder();g_0cca4a4c222160bee7309459cca454bd.geocode( { 'address': "701 Atlantic Ave, Morris, MN 56267, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morris-MN-bremer-bank').style.display = '';map = new google.maps.Map(document.getElementById('morris-MN-bremer-bank'), mapOptions);}document.getElementById('bdfe2115').innerHTML += ' | View Map';var $l0cca4a4c222160bee7309459cca454bd = '

Bremer Bank

Address: 701 Atlantic Ave, Morris, MN 56267, USA
Phone: (320) 589-1424
';var m_0cca4a4c222160bee7309459cca454bd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bremer Bank',});m_0cca4a4c222160bee7309459cca454bd['infowindow'] = new google.maps.InfoWindow({content: $l0cca4a4c222160bee7309459cca454bd});var infowindow = new google.maps.InfoWindow({content: $l0cca4a4c222160bee7309459cca454bd});google.maps.event.addListener(m_0cca4a4c222160bee7309459cca454bd, 'click', function() {infowindow.open(map,m_0cca4a4c222160bee7309459cca454bd);});$marker.push(m_0cca4a4c222160bee7309459cca454bd);}});}google.maps.event.addDomListener(window, 'load', initialize);