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_0d3d81a9e226a7158a77a5b862311b4e = new google.maps.Geocoder();g_0d3d81a9e226a7158a77a5b862311b4e.geocode( { 'address': "50 S 6th St, Minneapolis, MN 55402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-private-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-private-bank'), mapOptions);}document.getElementById('72221e82').innerHTML += ' | View Map';var $l0d3d81a9e226a7158a77a5b862311b4e = '

Private Bank

Address: 50 S 6th St, Minneapolis, MN 55402
Phone: (612) 333-1391
';var m_0d3d81a9e226a7158a77a5b862311b4e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Private Bank',});m_0d3d81a9e226a7158a77a5b862311b4e['infowindow'] = new google.maps.InfoWindow({content: $l0d3d81a9e226a7158a77a5b862311b4e});var infowindow = new google.maps.InfoWindow({content: $l0d3d81a9e226a7158a77a5b862311b4e});google.maps.event.addListener(m_0d3d81a9e226a7158a77a5b862311b4e, 'click', function() {infowindow.open(map,m_0d3d81a9e226a7158a77a5b862311b4e);});$marker.push(m_0d3d81a9e226a7158a77a5b862311b4e);}});}google.maps.event.addDomListener(window, 'load', initialize);