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.6702,-94.1084)};var g_4ab8808e66fc9ba7e4696ac6fa9a75ce = new google.maps.Geocoder();g_4ab8808e66fc9ba7e4696ac6fa9a75ce.geocode( { 'address': "35586 Co Rd 66, Crosslake, MN 56442, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crosslake-MN-uptown-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('crosslake-MN-uptown-financial-corporation'), mapOptions);}document.getElementById('3b401353').innerHTML += ' | View Map';var $l4ab8808e66fc9ba7e4696ac6fa9a75ce = '

Uptown Financial Corporation

Address: 35586 Co Rd 66, Crosslake, MN 56442, USA
Phone: (612) 216-1388
';var m_4ab8808e66fc9ba7e4696ac6fa9a75ce = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Uptown Financial Corporation',});m_4ab8808e66fc9ba7e4696ac6fa9a75ce['infowindow'] = new google.maps.InfoWindow({content: $l4ab8808e66fc9ba7e4696ac6fa9a75ce});var infowindow = new google.maps.InfoWindow({content: $l4ab8808e66fc9ba7e4696ac6fa9a75ce});google.maps.event.addListener(m_4ab8808e66fc9ba7e4696ac6fa9a75ce, 'click', function() {infowindow.open(map,m_4ab8808e66fc9ba7e4696ac6fa9a75ce);});$marker.push(m_4ab8808e66fc9ba7e4696ac6fa9a75ce);}});}google.maps.event.addDomListener(window, 'load', initialize);