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(44.9848,-93.2702)};var g_535464f977a45ab62af2578604d3f9f2 = new google.maps.Geocoder();g_535464f977a45ab62af2578604d3f9f2.geocode( { 'address': "3100 Hennepin Ave, Minneapolis, MN 55408"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-first-national-bank-of-the-lakes').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-first-national-bank-of-the-lakes'), mapOptions);}document.getElementById('c9a05496').innerHTML += ' | View Map';var $l535464f977a45ab62af2578604d3f9f2 = '

First National Bank of the Lakes

Address: 3100 Hennepin Ave, Minneapolis, MN 55408
Phone: (612) 822-8395
';var m_535464f977a45ab62af2578604d3f9f2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of the Lakes',});m_535464f977a45ab62af2578604d3f9f2['infowindow'] = new google.maps.InfoWindow({content: $l535464f977a45ab62af2578604d3f9f2});var infowindow = new google.maps.InfoWindow({content: $l535464f977a45ab62af2578604d3f9f2});google.maps.event.addListener(m_535464f977a45ab62af2578604d3f9f2, 'click', function() {infowindow.open(map,m_535464f977a45ab62af2578604d3f9f2);});$marker.push(m_535464f977a45ab62af2578604d3f9f2);}});}google.maps.event.addDomListener(window, 'load', initialize);