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(45.5589,-94.2052)};var g_d4c0db523dd649b624b38df3adde8635 = new google.maps.Geocoder();g_d4c0db523dd649b624b38df3adde8635.geocode( { 'address': "3801 3rd St N #102, St Cloud, MN 56303, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-peoples-small-loan-company').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-peoples-small-loan-company'), mapOptions);}document.getElementById('1786562b').innerHTML += ' | View Map';var $ld4c0db523dd649b624b38df3adde8635 = '

Peoples Small Loan Company

Address: 3801 3rd St N #102, St Cloud, MN 56303, USA
Phone:
';var m_d4c0db523dd649b624b38df3adde8635 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Small Loan Company',});m_d4c0db523dd649b624b38df3adde8635['infowindow'] = new google.maps.InfoWindow({content: $ld4c0db523dd649b624b38df3adde8635});var infowindow = new google.maps.InfoWindow({content: $ld4c0db523dd649b624b38df3adde8635});google.maps.event.addListener(m_d4c0db523dd649b624b38df3adde8635, 'click', function() {infowindow.open(map,m_d4c0db523dd649b624b38df3adde8635);});$marker.push(m_d4c0db523dd649b624b38df3adde8635);}});}google.maps.event.addDomListener(window, 'load', initialize);