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_90745559246127d0906be905533f9646 = new google.maps.Geocoder();g_90745559246127d0906be905533f9646.geocode( { 'address': "4612 Nicollet Ave, Minneapolis, MN 55419"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-the-un-bank-company').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-the-un-bank-company'), mapOptions);}document.getElementById('6c947d57').innerHTML += ' | View Map';var $l90745559246127d0906be905533f9646 = '

The Un Bank Company

Address: 4612 Nicollet Ave, Minneapolis, MN 55419
Phone: (612) 843-5150
';var m_90745559246127d0906be905533f9646 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Un Bank Company',});m_90745559246127d0906be905533f9646['infowindow'] = new google.maps.InfoWindow({content: $l90745559246127d0906be905533f9646});var infowindow = new google.maps.InfoWindow({content: $l90745559246127d0906be905533f9646});google.maps.event.addListener(m_90745559246127d0906be905533f9646, 'click', function() {infowindow.open(map,m_90745559246127d0906be905533f9646);});$marker.push(m_90745559246127d0906be905533f9646);}});}google.maps.event.addDomListener(window, 'load', initialize);