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.162,-95.0272)};var g_861c3ad6224d443664f925552d2255a1 = new google.maps.Geocoder();g_861c3ad6224d443664f925552d2255a1.geocode( { 'address': "135 Main St E, Eagle Bend, MN 56446"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-bend-MN-star-bank').style.display = '';map = new google.maps.Map(document.getElementById('eagle-bend-MN-star-bank'), mapOptions);}document.getElementById('a59f56dc').innerHTML += ' | View Map';var $l861c3ad6224d443664f925552d2255a1 = '

Star Bank

Address: 135 Main St E, Eagle Bend, MN 56446
Phone: (218) 738-6112
';var m_861c3ad6224d443664f925552d2255a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Bank',});m_861c3ad6224d443664f925552d2255a1['infowindow'] = new google.maps.InfoWindow({content: $l861c3ad6224d443664f925552d2255a1});var infowindow = new google.maps.InfoWindow({content: $l861c3ad6224d443664f925552d2255a1});google.maps.event.addListener(m_861c3ad6224d443664f925552d2255a1, 'click', function() {infowindow.open(map,m_861c3ad6224d443664f925552d2255a1);});$marker.push(m_861c3ad6224d443664f925552d2255a1);}});}google.maps.event.addDomListener(window, 'load', initialize);