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.9843,-91.8673)};var g_6ffb881994107b513a35c3c9afbd660f = new google.maps.Geocoder();g_6ffb881994107b513a35c3c9afbd660f.geocode( { 'address': "225 E Main St, Lewiston, MN 55952"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lewiston-MN-security-state-bank-lewiston').style.display = '';map = new google.maps.Map(document.getElementById('lewiston-MN-security-state-bank-lewiston'), mapOptions);}document.getElementById('71de1640').innerHTML += ' | View Map';var $l6ffb881994107b513a35c3c9afbd660f = '

Security State Bank-Lewiston

Address: 225 E Main St, Lewiston, MN 55952
Phone: (507) 523-2161
';var m_6ffb881994107b513a35c3c9afbd660f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank-Lewiston',});m_6ffb881994107b513a35c3c9afbd660f['infowindow'] = new google.maps.InfoWindow({content: $l6ffb881994107b513a35c3c9afbd660f});var infowindow = new google.maps.InfoWindow({content: $l6ffb881994107b513a35c3c9afbd660f});google.maps.event.addListener(m_6ffb881994107b513a35c3c9afbd660f, 'click', function() {infowindow.open(map,m_6ffb881994107b513a35c3c9afbd660f);});$marker.push(m_6ffb881994107b513a35c3c9afbd660f);}});}google.maps.event.addDomListener(window, 'load', initialize);