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.5291,-93.7073)};var g_649c7c981b1a3dfc60f46c34bbbc040d = new google.maps.Geocoder();g_649c7c981b1a3dfc60f46c34bbbc040d.geocode( { 'address': "101 Minnesota Avenue North, Aitkin, MN 56431"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aitkin-MN-bremer-bank').style.display = '';map = new google.maps.Map(document.getElementById('aitkin-MN-bremer-bank'), mapOptions);}document.getElementById('b964f62d').innerHTML += ' | View Map';var $l649c7c981b1a3dfc60f46c34bbbc040d = '

Bremer Bank

Address: 101 Minnesota Avenue North, Aitkin, MN 56431
Phone: (218) 927-3794
';var m_649c7c981b1a3dfc60f46c34bbbc040d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bremer Bank',});m_649c7c981b1a3dfc60f46c34bbbc040d['infowindow'] = new google.maps.InfoWindow({content: $l649c7c981b1a3dfc60f46c34bbbc040d});var infowindow = new google.maps.InfoWindow({content: $l649c7c981b1a3dfc60f46c34bbbc040d});google.maps.event.addListener(m_649c7c981b1a3dfc60f46c34bbbc040d, 'click', function() {infowindow.open(map,m_649c7c981b1a3dfc60f46c34bbbc040d);});$marker.push(m_649c7c981b1a3dfc60f46c34bbbc040d);}});}google.maps.event.addDomListener(window, 'load', initialize);