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.5716,-92.4063)};var g_57947ed4d4130c7ff0a057c8654dd1a3 = new google.maps.Geocoder();g_57947ed4d4130c7ff0a057c8654dd1a3.geocode( { 'address': "310 Main St, Ostrander, MN 55961"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ostrander-MN-security-state-bank-lewiston').style.display = '';map = new google.maps.Map(document.getElementById('ostrander-MN-security-state-bank-lewiston'), mapOptions);}document.getElementById('980fd064').innerHTML += ' | View Map';var $l57947ed4d4130c7ff0a057c8654dd1a3 = '

Security State Bank-Lewiston

Address: 310 Main St, Ostrander, MN 55961
Phone: (507) 657-2285
';var m_57947ed4d4130c7ff0a057c8654dd1a3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank-Lewiston',});m_57947ed4d4130c7ff0a057c8654dd1a3['infowindow'] = new google.maps.InfoWindow({content: $l57947ed4d4130c7ff0a057c8654dd1a3});var infowindow = new google.maps.InfoWindow({content: $l57947ed4d4130c7ff0a057c8654dd1a3});google.maps.event.addListener(m_57947ed4d4130c7ff0a057c8654dd1a3, 'click', function() {infowindow.open(map,m_57947ed4d4130c7ff0a057c8654dd1a3);});$marker.push(m_57947ed4d4130c7ff0a057c8654dd1a3);}});}google.maps.event.addDomListener(window, 'load', initialize);