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.5196,-92.5329)};var g_0aca829c00e4fe15c9523e665f681643 = new google.maps.Geocoder();g_0aca829c00e4fe15c9523e665f681643.geocode( { 'address': "504 S 2nd Ave W, Virginia, MN 55792, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('virginia-MN-s--p-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('virginia-MN-s--p-loan-co'), mapOptions);}document.getElementById('3c9ded5e').innerHTML += ' | View Map';var $l0aca829c00e4fe15c9523e665f681643 = '

S & P Loan Co

Address: 504 S 2nd Ave W, Virginia, MN 55792, USA
Phone: (218) 741-8876
';var m_0aca829c00e4fe15c9523e665f681643 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'S & P Loan Co',});m_0aca829c00e4fe15c9523e665f681643['infowindow'] = new google.maps.InfoWindow({content: $l0aca829c00e4fe15c9523e665f681643});var infowindow = new google.maps.InfoWindow({content: $l0aca829c00e4fe15c9523e665f681643});google.maps.event.addListener(m_0aca829c00e4fe15c9523e665f681643, 'click', function() {infowindow.open(map,m_0aca829c00e4fe15c9523e665f681643);});$marker.push(m_0aca829c00e4fe15c9523e665f681643);}});}google.maps.event.addDomListener(window, 'load', initialize);