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(43.5218,-91.7695)};var g_ac0cc045737916963285e58df2b820fd = new google.maps.Geocoder();g_ac0cc045737916963285e58df2b820fd.geocode( { 'address': "101 E Newburg Ave, Mabel, MN 55954, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mabel-MN-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('mabel-MN-bank-of-the-west---atm'), mapOptions);}document.getElementById('1c20df69').innerHTML += ' | View Map';var $lac0cc045737916963285e58df2b820fd = '

Bank of the West - ATM

Address: 101 E Newburg Ave, Mabel, MN 55954, USA
Phone: (800) 488-2265
';var m_ac0cc045737916963285e58df2b820fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_ac0cc045737916963285e58df2b820fd['infowindow'] = new google.maps.InfoWindow({content: $lac0cc045737916963285e58df2b820fd});var infowindow = new google.maps.InfoWindow({content: $lac0cc045737916963285e58df2b820fd});google.maps.event.addListener(m_ac0cc045737916963285e58df2b820fd, 'click', function() {infowindow.open(map,m_ac0cc045737916963285e58df2b820fd);});$marker.push(m_ac0cc045737916963285e58df2b820fd);}});}google.maps.event.addDomListener(window, 'load', initialize);