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(46.2842,-96.0738)};var g_e3354d31c6019a82e5f8d20088c5afdb = new google.maps.Geocoder();g_e3354d31c6019a82e5f8d20088c5afdb.geocode( { 'address': "120 N Mill St, Fergus Falls, MN 56537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-bank-of-the-west'), mapOptions);}document.getElementById('fabf0588').innerHTML += ' | View Map';var $le3354d31c6019a82e5f8d20088c5afdb = '

Bank of the West

Address: 120 N Mill St, Fergus Falls, MN 56537, USA
Phone: (218) 739-0200
';var m_e3354d31c6019a82e5f8d20088c5afdb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_e3354d31c6019a82e5f8d20088c5afdb['infowindow'] = new google.maps.InfoWindow({content: $le3354d31c6019a82e5f8d20088c5afdb});var infowindow = new google.maps.InfoWindow({content: $le3354d31c6019a82e5f8d20088c5afdb});google.maps.event.addListener(m_e3354d31c6019a82e5f8d20088c5afdb, 'click', function() {infowindow.open(map,m_e3354d31c6019a82e5f8d20088c5afdb);});$marker.push(m_e3354d31c6019a82e5f8d20088c5afdb);}});var g_655acbb5e441e03f9662509d41e4c74e = new google.maps.Geocoder();g_655acbb5e441e03f9662509d41e4c74e.geocode( { 'address': "2015 College Way, Fergus Falls, MN 56537, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fergus-falls-MN-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-bank-of-the-west'), mapOptions);}document.getElementById('ae978fab').innerHTML += ' | View Map';var $l655acbb5e441e03f9662509d41e4c74e = '

Bank of the West

Address: 2015 College Way, Fergus Falls, MN 56537, USA
Phone: (218) 739-0200
';var m_655acbb5e441e03f9662509d41e4c74e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_655acbb5e441e03f9662509d41e4c74e['infowindow'] = new google.maps.InfoWindow({content: $l655acbb5e441e03f9662509d41e4c74e});var infowindow = new google.maps.InfoWindow({content: $l655acbb5e441e03f9662509d41e4c74e});google.maps.event.addListener(m_655acbb5e441e03f9662509d41e4c74e, 'click', function() {infowindow.open(map,m_655acbb5e441e03f9662509d41e4c74e);});$marker.push(m_655acbb5e441e03f9662509d41e4c74e);}});}google.maps.event.addDomListener(window, 'load', initialize);