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(47.5093,-92.5479)};var g_8275981e3f98fbee3fd71683bf872b37 = new google.maps.Geocoder();g_8275981e3f98fbee3fd71683bf872b37.geocode( { 'address': "921 17th St S, Virginia, MN 55792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-northridge-community-credit-union---virginia').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-northridge-community-credit-union---virginia'), mapOptions);}document.getElementById('999ab1cf').innerHTML += ' | View Map';var $l8275981e3f98fbee3fd71683bf872b37 = '

NorthRidge Community Credit Union - Virginia

Address: 921 17th St S, Virginia, MN 55792, USA
Phone: (218) 748-2609
';var m_8275981e3f98fbee3fd71683bf872b37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'NorthRidge Community Credit Union - Virginia',});m_8275981e3f98fbee3fd71683bf872b37['infowindow'] = new google.maps.InfoWindow({content: $l8275981e3f98fbee3fd71683bf872b37});var infowindow = new google.maps.InfoWindow({content: $l8275981e3f98fbee3fd71683bf872b37});google.maps.event.addListener(m_8275981e3f98fbee3fd71683bf872b37, 'click', function() {infowindow.open(map,m_8275981e3f98fbee3fd71683bf872b37);});$marker.push(m_8275981e3f98fbee3fd71683bf872b37);}});}google.maps.event.addDomListener(window, 'load', initialize);