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.45,-95.763)};var g_a1a05390dd5369e6ac2406beddd95663 = new google.maps.Geocoder();g_a1a05390dd5369e6ac2406beddd95663.geocode( { 'address': "1410 E College Dr, Marshall, MN 56258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marshall-MN-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('marshall-MN-bank-of-the-west---atm'), mapOptions);}document.getElementById('5d7a50dd').innerHTML += ' | View Map';var $la1a05390dd5369e6ac2406beddd95663 = '

Bank of the West - ATM

Address: 1410 E College Dr, Marshall, MN 56258, USA
Phone: (800) 488-2265
';var m_a1a05390dd5369e6ac2406beddd95663 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_a1a05390dd5369e6ac2406beddd95663['infowindow'] = new google.maps.InfoWindow({content: $la1a05390dd5369e6ac2406beddd95663});var infowindow = new google.maps.InfoWindow({content: $la1a05390dd5369e6ac2406beddd95663});google.maps.event.addListener(m_a1a05390dd5369e6ac2406beddd95663, 'click', function() {infowindow.open(map,m_a1a05390dd5369e6ac2406beddd95663);});$marker.push(m_a1a05390dd5369e6ac2406beddd95663);}});}google.maps.event.addDomListener(window, 'load', initialize);