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.5485,-94.2116)};var g_fc1e1f34960b0b873284671c47552dd5 = new google.maps.Geocoder();g_fc1e1f34960b0b873284671c47552dd5.geocode( { 'address': "4140 Thielman Ln #303, St Cloud, MN 56301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('saint-cloud-MN-the-village-family-service-center').style.display = '';map = new google.maps.Map(document.getElementById('saint-cloud-MN-the-village-family-service-center'), mapOptions);}document.getElementById('229aa987').innerHTML += ' | View Map';var $lfc1e1f34960b0b873284671c47552dd5 = '

The Village Family Service Center

Address: 4140 Thielman Ln #303, St Cloud, MN 56301, USA
Phone: (320) 253-5930
';var m_fc1e1f34960b0b873284671c47552dd5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Village Family Service Center',});m_fc1e1f34960b0b873284671c47552dd5['infowindow'] = new google.maps.InfoWindow({content: $lfc1e1f34960b0b873284671c47552dd5});var infowindow = new google.maps.InfoWindow({content: $lfc1e1f34960b0b873284671c47552dd5});google.maps.event.addListener(m_fc1e1f34960b0b873284671c47552dd5, 'click', function() {infowindow.open(map,m_fc1e1f34960b0b873284671c47552dd5);});$marker.push(m_fc1e1f34960b0b873284671c47552dd5);}});}google.maps.event.addDomListener(window, 'load', initialize);