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.7069,-92.2683)};var g_b43c2c20c11ee1ef57aba50260841848 = new google.maps.Geocoder();g_b43c2c20c11ee1ef57aba50260841848.geocode( { 'address': "101 S Gold St, Wykoff, MN 55990, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wykoff-MN-security-state-bank-wykoff').style.display = '';map = new google.maps.Map(document.getElementById('wykoff-MN-security-state-bank-wykoff'), mapOptions);}document.getElementById('1e874235').innerHTML += ' | View Map';var $lb43c2c20c11ee1ef57aba50260841848 = '

Security State Bank Wykoff

Address: 101 S Gold St, Wykoff, MN 55990, USA
Phone: (507) 352-2321
';var m_b43c2c20c11ee1ef57aba50260841848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank Wykoff',});m_b43c2c20c11ee1ef57aba50260841848['infowindow'] = new google.maps.InfoWindow({content: $lb43c2c20c11ee1ef57aba50260841848});var infowindow = new google.maps.InfoWindow({content: $lb43c2c20c11ee1ef57aba50260841848});google.maps.event.addListener(m_b43c2c20c11ee1ef57aba50260841848, 'click', function() {infowindow.open(map,m_b43c2c20c11ee1ef57aba50260841848);});$marker.push(m_b43c2c20c11ee1ef57aba50260841848);}});}google.maps.event.addDomListener(window, 'load', initialize);