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.1313,-91.9207)};var g_30c08c3bbfac55eba7678594e5da022e = new google.maps.Geocoder();g_30c08c3bbfac55eba7678594e5da022e.geocode( { 'address': "411 N Main St, Altura, MN 55910"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('altura-MN-altura-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('altura-MN-altura-state-bank'), mapOptions);}document.getElementById('f71d4ab6').innerHTML += ' | View Map';var $l30c08c3bbfac55eba7678594e5da022e = '

Altura State Bank

Address: 411 N Main St, Altura, MN 55910
Phone: (507) 796-6761
';var m_30c08c3bbfac55eba7678594e5da022e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Altura State Bank',});m_30c08c3bbfac55eba7678594e5da022e['infowindow'] = new google.maps.InfoWindow({content: $l30c08c3bbfac55eba7678594e5da022e});var infowindow = new google.maps.InfoWindow({content: $l30c08c3bbfac55eba7678594e5da022e});google.maps.event.addListener(m_30c08c3bbfac55eba7678594e5da022e, 'click', function() {infowindow.open(map,m_30c08c3bbfac55eba7678594e5da022e);});$marker.push(m_30c08c3bbfac55eba7678594e5da022e);}});}google.maps.event.addDomListener(window, 'load', initialize);