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.9421,-93.1063)};var g_dbf687dc6b64aca354e2d7a8b994f3aa = new google.maps.Geocoder();g_dbf687dc6b64aca354e2d7a8b994f3aa.geocode( { 'address': "360 Sherman St, St Paul, MN 55102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-associated-health-care-cu').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-associated-health-care-cu'), mapOptions);}document.getElementById('03893ad1').innerHTML += ' | View Map';var $ldbf687dc6b64aca354e2d7a8b994f3aa = '

Associated Health Care CU

Address: 360 Sherman St, St Paul, MN 55102, USA
Phone: (651) 383-4000
';var m_dbf687dc6b64aca354e2d7a8b994f3aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Associated Health Care CU',});m_dbf687dc6b64aca354e2d7a8b994f3aa['infowindow'] = new google.maps.InfoWindow({content: $ldbf687dc6b64aca354e2d7a8b994f3aa});var infowindow = new google.maps.InfoWindow({content: $ldbf687dc6b64aca354e2d7a8b994f3aa});google.maps.event.addListener(m_dbf687dc6b64aca354e2d7a8b994f3aa, 'click', function() {infowindow.open(map,m_dbf687dc6b64aca354e2d7a8b994f3aa);});$marker.push(m_dbf687dc6b64aca354e2d7a8b994f3aa);}});}google.maps.event.addDomListener(window, 'load', initialize);