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.8604,-95.981)};var g_0e254b8db6fbd3d3bdd9185287d4da29 = new google.maps.Geocoder();g_0e254b8db6fbd3d3bdd9185287d4da29.geocode( { 'address': "385 Eagle St, Audubon, MN 56511"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('audubon-MN-bell-state-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('audubon-MN-bell-state-bank-trust'), mapOptions);}document.getElementById('061801a3').innerHTML += ' | View Map';var $l0e254b8db6fbd3d3bdd9185287d4da29 = '

Bell State Bank & Trust

Address: 385 Eagle St, Audubon, MN 56511
Phone: (218) 439-3371
';var m_0e254b8db6fbd3d3bdd9185287d4da29 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bell State Bank & Trust',});m_0e254b8db6fbd3d3bdd9185287d4da29['infowindow'] = new google.maps.InfoWindow({content: $l0e254b8db6fbd3d3bdd9185287d4da29});var infowindow = new google.maps.InfoWindow({content: $l0e254b8db6fbd3d3bdd9185287d4da29});google.maps.event.addListener(m_0e254b8db6fbd3d3bdd9185287d4da29, 'click', function() {infowindow.open(map,m_0e254b8db6fbd3d3bdd9185287d4da29);});$marker.push(m_0e254b8db6fbd3d3bdd9185287d4da29);}});}google.maps.event.addDomListener(window, 'load', initialize);