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.9289,-96.0544)};var g_315d134e582af27fb3c5e52376f2c0fe = new google.maps.Geocoder();g_315d134e582af27fb3c5e52376f2c0fe.geocode( { 'address': "579 Pine St, Dawson, MN 56232, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dawson-MN-atm-minnwest-bank-central').style.display = '';map = new google.maps.Map(document.getElementById('dawson-MN-atm-minnwest-bank-central'), mapOptions);}document.getElementById('44e266f4').innerHTML += ' | View Map';var $l315d134e582af27fb3c5e52376f2c0fe = '

ATM Minnwest Bank Central

Address: 579 Pine St, Dawson, MN 56232, USA
Phone: (800) 627-3999
';var m_315d134e582af27fb3c5e52376f2c0fe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM Minnwest Bank Central',});m_315d134e582af27fb3c5e52376f2c0fe['infowindow'] = new google.maps.InfoWindow({content: $l315d134e582af27fb3c5e52376f2c0fe});var infowindow = new google.maps.InfoWindow({content: $l315d134e582af27fb3c5e52376f2c0fe});google.maps.event.addListener(m_315d134e582af27fb3c5e52376f2c0fe, 'click', function() {infowindow.open(map,m_315d134e582af27fb3c5e52376f2c0fe);});$marker.push(m_315d134e582af27fb3c5e52376f2c0fe);}});}google.maps.event.addDomListener(window, 'load', initialize);