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_86530f307772e956a998ca45eb47bf49 = new google.maps.Geocoder();g_86530f307772e956a998ca45eb47bf49.geocode( { 'address': "7101 Washington Ave S, Minneapolis, MN 55439"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-unity-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-unity-bank'), mapOptions);}document.getElementById('d2eaca8e').innerHTML += ' | View Map';var $l86530f307772e956a998ca45eb47bf49 = '

Unity Bank

Address: 7101 Washington Ave S, Minneapolis, MN 55439
Phone: (952) 465-3000
';var m_86530f307772e956a998ca45eb47bf49 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity Bank',});m_86530f307772e956a998ca45eb47bf49['infowindow'] = new google.maps.InfoWindow({content: $l86530f307772e956a998ca45eb47bf49});var infowindow = new google.maps.InfoWindow({content: $l86530f307772e956a998ca45eb47bf49});google.maps.event.addListener(m_86530f307772e956a998ca45eb47bf49, 'click', function() {infowindow.open(map,m_86530f307772e956a998ca45eb47bf49);});$marker.push(m_86530f307772e956a998ca45eb47bf49);}});var g_05016d42450d2a5aa62105cd48dc8ce3 = new google.maps.Geocoder();g_05016d42450d2a5aa62105cd48dc8ce3.geocode( { 'address': "8100 Highwood Dr, Minneapolis, MN 55438"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-unity-bank').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-unity-bank'), mapOptions);}document.getElementById('520dc7a2').innerHTML += ' | View Map';var $l05016d42450d2a5aa62105cd48dc8ce3 = '

Unity Bank

Address: 8100 Highwood Dr, Minneapolis, MN 55438
Phone: (952) 944-1810
';var m_05016d42450d2a5aa62105cd48dc8ce3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity Bank',});m_05016d42450d2a5aa62105cd48dc8ce3['infowindow'] = new google.maps.InfoWindow({content: $l05016d42450d2a5aa62105cd48dc8ce3});var infowindow = new google.maps.InfoWindow({content: $l05016d42450d2a5aa62105cd48dc8ce3});google.maps.event.addListener(m_05016d42450d2a5aa62105cd48dc8ce3, 'click', function() {infowindow.open(map,m_05016d42450d2a5aa62105cd48dc8ce3);});$marker.push(m_05016d42450d2a5aa62105cd48dc8ce3);}});}google.maps.event.addDomListener(window, 'load', initialize);