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.5833,-95.914)};var g_37f65c068b7723cd7809ee2d31d7861c = new google.maps.Geocoder();g_37f65c068b7723cd7809ee2d31d7861c.geocode( { 'address': "214 Atlantic Ave, Morris, MN 56267"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morris-MN-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('morris-MN-bank-of-the-west'), mapOptions);}document.getElementById('f182b026').innerHTML += ' | View Map';var $l37f65c068b7723cd7809ee2d31d7861c = '

Bank of the West

Address: 214 Atlantic Ave, Morris, MN 56267
Phone: (320) 589-4433
';var m_37f65c068b7723cd7809ee2d31d7861c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_37f65c068b7723cd7809ee2d31d7861c['infowindow'] = new google.maps.InfoWindow({content: $l37f65c068b7723cd7809ee2d31d7861c});var infowindow = new google.maps.InfoWindow({content: $l37f65c068b7723cd7809ee2d31d7861c});google.maps.event.addListener(m_37f65c068b7723cd7809ee2d31d7861c, 'click', function() {infowindow.open(map,m_37f65c068b7723cd7809ee2d31d7861c);});$marker.push(m_37f65c068b7723cd7809ee2d31d7861c);}});}google.maps.event.addDomListener(window, 'load', initialize);