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.527,-92.5457)};var g_2216a0a244ea07f4fd4f671b57a21bda = new google.maps.Geocoder();g_2216a0a244ea07f4fd4f671b57a21bda.geocode( { 'address': "811 4th St N, Virginia, MN 55792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-virginia-cooperative-cu').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-virginia-cooperative-cu'), mapOptions);}document.getElementById('e9f91305').innerHTML += ' | View Map';var $l2216a0a244ea07f4fd4f671b57a21bda = '

Virginia Cooperative CU

Address: 811 4th St N, Virginia, MN 55792, USA
Phone: (218) 741-5644
';var m_2216a0a244ea07f4fd4f671b57a21bda = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Virginia Cooperative CU',});m_2216a0a244ea07f4fd4f671b57a21bda['infowindow'] = new google.maps.InfoWindow({content: $l2216a0a244ea07f4fd4f671b57a21bda});var infowindow = new google.maps.InfoWindow({content: $l2216a0a244ea07f4fd4f671b57a21bda});google.maps.event.addListener(m_2216a0a244ea07f4fd4f671b57a21bda, 'click', function() {infowindow.open(map,m_2216a0a244ea07f4fd4f671b57a21bda);});$marker.push(m_2216a0a244ea07f4fd4f671b57a21bda);}});}google.maps.event.addDomListener(window, 'load', initialize);