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.9549,-93.5411)};var g_a7a3d70c6d17a73140918996d03c014f = new google.maps.Geocoder();g_a7a3d70c6d17a73140918996d03c014f.geocode( { 'address': "2445 Shadywood Rd, Navarre, MN 55392"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('navarre-MN-first-national-bank-the-lakes').style.display = '';map = new google.maps.Map(document.getElementById('navarre-MN-first-national-bank-the-lakes'), mapOptions);}document.getElementById('56471ace').innerHTML += ' | View Map';var $la7a3d70c6d17a73140918996d03c014f = '

First National Bank-The Lakes

Address: 2445 Shadywood Rd, Navarre, MN 55392
Phone: (952) 471-0111
';var m_a7a3d70c6d17a73140918996d03c014f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-The Lakes',});m_a7a3d70c6d17a73140918996d03c014f['infowindow'] = new google.maps.InfoWindow({content: $la7a3d70c6d17a73140918996d03c014f});var infowindow = new google.maps.InfoWindow({content: $la7a3d70c6d17a73140918996d03c014f});google.maps.event.addListener(m_a7a3d70c6d17a73140918996d03c014f, 'click', function() {infowindow.open(map,m_a7a3d70c6d17a73140918996d03c014f);});$marker.push(m_a7a3d70c6d17a73140918996d03c014f);}});}google.maps.event.addDomListener(window, 'load', initialize);