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(47.7491,-90.3336)};var g_d3fd07253c79a9032b1447a46a3553a1 = new google.maps.Geocoder();g_d3fd07253c79a9032b1447a46a3553a1.geocode( { 'address': "6 Wisconsin St, Grand Marais, MN 55604, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('grand-marais-MN-security-state-bank-of-aitkin').style.display = '';map = new google.maps.Map(document.getElementById('grand-marais-MN-security-state-bank-of-aitkin'), mapOptions);}document.getElementById('9b930745').innerHTML += ' | View Map';var $ld3fd07253c79a9032b1447a46a3553a1 = '

Security State Bank of Aitkin

Address: 6 Wisconsin St, Grand Marais, MN 55604, USA
Phone: (218) 387-1000
';var m_d3fd07253c79a9032b1447a46a3553a1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security State Bank of Aitkin',});m_d3fd07253c79a9032b1447a46a3553a1['infowindow'] = new google.maps.InfoWindow({content: $ld3fd07253c79a9032b1447a46a3553a1});var infowindow = new google.maps.InfoWindow({content: $ld3fd07253c79a9032b1447a46a3553a1});google.maps.event.addListener(m_d3fd07253c79a9032b1447a46a3553a1, 'click', function() {infowindow.open(map,m_d3fd07253c79a9032b1447a46a3553a1);});$marker.push(m_d3fd07253c79a9032b1447a46a3553a1);}});}google.maps.event.addDomListener(window, 'load', initialize);