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.9721,-93.0827)};var g_b3ef473798739df808644ad8640a502f = new google.maps.Geocoder();g_b3ef473798739df808644ad8640a502f.geocode( { 'address': "1804 7th St W, Saint Paul, MN 55116"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-paul-MN-highgrove-community-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('saint-paul-MN-highgrove-community-federal-credit-union'), mapOptions);}document.getElementById('d1f3eff1').innerHTML += ' | View Map';var $lb3ef473798739df808644ad8640a502f = '

Highgrove Community Federal Credit Union

Address: 1804 7th St W, Saint Paul, MN 55116
Phone: (651) 698-8801
';var m_b3ef473798739df808644ad8640a502f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highgrove Community Federal Credit Union',});m_b3ef473798739df808644ad8640a502f['infowindow'] = new google.maps.InfoWindow({content: $lb3ef473798739df808644ad8640a502f});var infowindow = new google.maps.InfoWindow({content: $lb3ef473798739df808644ad8640a502f});google.maps.event.addListener(m_b3ef473798739df808644ad8640a502f, 'click', function() {infowindow.open(map,m_b3ef473798739df808644ad8640a502f);});$marker.push(m_b3ef473798739df808644ad8640a502f);}});}google.maps.event.addDomListener(window, 'load', initialize);