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(45.3926,-93.2118)};var g_9b4a083fe5045386621ccbf6bb01abcb = new google.maps.Geocoder();g_9b4a083fe5045386621ccbf6bb01abcb.geocode( { 'address': "22796 Zion Pkwy NW, Bethel, MN 55005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bethel-MN-bank-of-cashton').style.display = '';map = new google.maps.Map(document.getElementById('bethel-MN-bank-of-cashton'), mapOptions);}document.getElementById('f761fab6').innerHTML += ' | View Map';var $l9b4a083fe5045386621ccbf6bb01abcb = '

Bank Of Cashton

Address: 22796 Zion Pkwy NW, Bethel, MN 55005
Phone: (763) 432-9834
';var m_9b4a083fe5045386621ccbf6bb01abcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of Cashton',});m_9b4a083fe5045386621ccbf6bb01abcb['infowindow'] = new google.maps.InfoWindow({content: $l9b4a083fe5045386621ccbf6bb01abcb});var infowindow = new google.maps.InfoWindow({content: $l9b4a083fe5045386621ccbf6bb01abcb});google.maps.event.addListener(m_9b4a083fe5045386621ccbf6bb01abcb, 'click', function() {infowindow.open(map,m_9b4a083fe5045386621ccbf6bb01abcb);});$marker.push(m_9b4a083fe5045386621ccbf6bb01abcb);}});}google.maps.event.addDomListener(window, 'load', initialize);