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.9558,-93.262)};var g_66ca7e60bdcfbff446507e7ef1030351 = new google.maps.Geocoder();g_66ca7e60bdcfbff446507e7ef1030351.geocode( { 'address': "2545 Chicago Ave, Minneapolis, MN 55404, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-associated-healthcare-credit-union-ahcu').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-associated-healthcare-credit-union-ahcu'), mapOptions);}document.getElementById('dbd8d7af').innerHTML += ' | View Map';var $l66ca7e60bdcfbff446507e7ef1030351 = '

Associated Healthcare Credit Union (AHCU)

Address: 2545 Chicago Ave, Minneapolis, MN 55404, USA
Phone: (612) 813-6050
';var m_66ca7e60bdcfbff446507e7ef1030351 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Healthcare Credit Union (AHCU)',});m_66ca7e60bdcfbff446507e7ef1030351['infowindow'] = new google.maps.InfoWindow({content: $l66ca7e60bdcfbff446507e7ef1030351});var infowindow = new google.maps.InfoWindow({content: $l66ca7e60bdcfbff446507e7ef1030351});google.maps.event.addListener(m_66ca7e60bdcfbff446507e7ef1030351, 'click', function() {infowindow.open(map,m_66ca7e60bdcfbff446507e7ef1030351);});$marker.push(m_66ca7e60bdcfbff446507e7ef1030351);}});}google.maps.event.addDomListener(window, 'load', initialize);