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_79ac918c34144c1cffd9caba41969fba = new google.maps.Geocoder();g_79ac918c34144c1cffd9caba41969fba.geocode( { 'address': "700 Linden Ave W, Minneapolis, MN 55403"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-diversified-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-diversified-credit-union'), mapOptions);}document.getElementById('28fe7c80').innerHTML += ' | View Map';var $l79ac918c34144c1cffd9caba41969fba = '

Diversified Credit Union

Address: 700 Linden Ave W, Minneapolis, MN 55403
Phone: (612) 321-5300
';var m_79ac918c34144c1cffd9caba41969fba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Diversified Credit Union',});m_79ac918c34144c1cffd9caba41969fba['infowindow'] = new google.maps.InfoWindow({content: $l79ac918c34144c1cffd9caba41969fba});var infowindow = new google.maps.InfoWindow({content: $l79ac918c34144c1cffd9caba41969fba});google.maps.event.addListener(m_79ac918c34144c1cffd9caba41969fba, 'click', function() {infowindow.open(map,m_79ac918c34144c1cffd9caba41969fba);});$marker.push(m_79ac918c34144c1cffd9caba41969fba);}});}google.maps.event.addDomListener(window, 'load', initialize);