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(48.1979,-96.7721)};var g_c83e13cff77e290213a80a7b51af1859 = new google.maps.Geocoder();g_c83e13cff77e290213a80a7b51af1859.geocode( { 'address': "528 N 1st St, Warren, MN 56762, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('warren-MN-frandsen-bank--trust').style.display = '';map = new google.maps.Map(document.getElementById('warren-MN-frandsen-bank--trust'), mapOptions);}document.getElementById('4f49d597').innerHTML += ' | View Map';var $lc83e13cff77e290213a80a7b51af1859 = '

Frandsen Bank & Trust

Address: 528 N 1st St, Warren, MN 56762, USA
Phone: (218) 745-4131
';var m_c83e13cff77e290213a80a7b51af1859 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frandsen Bank & Trust',});m_c83e13cff77e290213a80a7b51af1859['infowindow'] = new google.maps.InfoWindow({content: $lc83e13cff77e290213a80a7b51af1859});var infowindow = new google.maps.InfoWindow({content: $lc83e13cff77e290213a80a7b51af1859});google.maps.event.addListener(m_c83e13cff77e290213a80a7b51af1859, 'click', function() {infowindow.open(map,m_c83e13cff77e290213a80a7b51af1859);});$marker.push(m_c83e13cff77e290213a80a7b51af1859);}});}google.maps.event.addDomListener(window, 'load', initialize);