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.5611,-95.9879)};var g_065c55b923e22a516eeb14a28a2b38f7 = new google.maps.Geocoder();g_065c55b923e22a516eeb14a28a2b38f7.geocode( { 'address': "123 N Jefferson St, Minneota, MN 56264, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneota-MN-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('minneota-MN-bank-of-the-west'), mapOptions);}document.getElementById('44560578').innerHTML += ' | View Map';var $l065c55b923e22a516eeb14a28a2b38f7 = '

Bank of the West

Address: 123 N Jefferson St, Minneota, MN 56264, USA
Phone: (507) 872-6155
';var m_065c55b923e22a516eeb14a28a2b38f7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_065c55b923e22a516eeb14a28a2b38f7['infowindow'] = new google.maps.InfoWindow({content: $l065c55b923e22a516eeb14a28a2b38f7});var infowindow = new google.maps.InfoWindow({content: $l065c55b923e22a516eeb14a28a2b38f7});google.maps.event.addListener(m_065c55b923e22a516eeb14a28a2b38f7, 'click', function() {infowindow.open(map,m_065c55b923e22a516eeb14a28a2b38f7);});$marker.push(m_065c55b923e22a516eeb14a28a2b38f7);}});}google.maps.event.addDomListener(window, 'load', initialize);