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.9049,-93.2015)};var g_56b968f9c425a368f8a1796a90f6b338 = new google.maps.Geocoder();g_56b968f9c425a368f8a1796a90f6b338.geocode( { 'address': "5069-, 5149 E 54th St, Minneapolis, MN 55417, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('minneapolis-MN-hiway-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('minneapolis-MN-hiway-federal-credit-union'), mapOptions);}document.getElementById('5ba19175').innerHTML += ' | View Map';var $l56b968f9c425a368f8a1796a90f6b338 = '

Hiway Federal Credit Union

Address: 5069-, 5149 E 54th St, Minneapolis, MN 55417, USA
Phone: (651) 291-1515
';var m_56b968f9c425a368f8a1796a90f6b338 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hiway Federal Credit Union',});m_56b968f9c425a368f8a1796a90f6b338['infowindow'] = new google.maps.InfoWindow({content: $l56b968f9c425a368f8a1796a90f6b338});var infowindow = new google.maps.InfoWindow({content: $l56b968f9c425a368f8a1796a90f6b338});google.maps.event.addListener(m_56b968f9c425a368f8a1796a90f6b338, 'click', function() {infowindow.open(map,m_56b968f9c425a368f8a1796a90f6b338);});$marker.push(m_56b968f9c425a368f8a1796a90f6b338);}});}google.maps.event.addDomListener(window, 'load', initialize);