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.2843,-96.0738)};var g_4e111a3fe1958d7f4c0215bba108df0e = new google.maps.Geocoder();g_4e111a3fe1958d7f4c0215bba108df0e.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-bancwest-investment-services').style.display = '';map = new google.maps.Map(document.getElementById('fergus-falls-MN-bancwest-investment-services'), mapOptions);}document.getElementById('fabf0588').innerHTML += ' | View Map';var $l4e111a3fe1958d7f4c0215bba108df0e = '

Bancwest Investment Services

Address: 120 N Mill St, Fergus Falls, MN 56537, USA
Phone: (218) 739-0221
';var m_4e111a3fe1958d7f4c0215bba108df0e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bancwest Investment Services',});m_4e111a3fe1958d7f4c0215bba108df0e['infowindow'] = new google.maps.InfoWindow({content: $l4e111a3fe1958d7f4c0215bba108df0e});var infowindow = new google.maps.InfoWindow({content: $l4e111a3fe1958d7f4c0215bba108df0e});google.maps.event.addListener(m_4e111a3fe1958d7f4c0215bba108df0e, 'click', function() {infowindow.open(map,m_4e111a3fe1958d7f4c0215bba108df0e);});$marker.push(m_4e111a3fe1958d7f4c0215bba108df0e);}});}google.maps.event.addDomListener(window, 'load', initialize);