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(46.7294,-92.4592)};var g_16d3f097e0d74aa1b35505bc16e33473 = new google.maps.Geocoder();g_16d3f097e0d74aa1b35505bc16e33473.geocode( { 'address': "712 Highway 33 S, Cloquet, MN 55720"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cloquet-MN-frandsen-bank-trust').style.display = '';map = new google.maps.Map(document.getElementById('cloquet-MN-frandsen-bank-trust'), mapOptions);}document.getElementById('d901b4be').innerHTML += ' | View Map';var $l16d3f097e0d74aa1b35505bc16e33473 = '

Frandsen Bank & Trust

Address: 712 Highway 33 S, Cloquet, MN 55720
Phone: (218) 879-6000
';var m_16d3f097e0d74aa1b35505bc16e33473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Frandsen Bank & Trust',});m_16d3f097e0d74aa1b35505bc16e33473['infowindow'] = new google.maps.InfoWindow({content: $l16d3f097e0d74aa1b35505bc16e33473});var infowindow = new google.maps.InfoWindow({content: $l16d3f097e0d74aa1b35505bc16e33473});google.maps.event.addListener(m_16d3f097e0d74aa1b35505bc16e33473, 'click', function() {infowindow.open(map,m_16d3f097e0d74aa1b35505bc16e33473);});$marker.push(m_16d3f097e0d74aa1b35505bc16e33473);}});}google.maps.event.addDomListener(window, 'load', initialize);