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(39.6277,-106.059)};var g_9d12fc9fc60665231b140c994b49fe7d = new google.maps.Geocoder();g_9d12fc9fc60665231b140c994b49fe7d.geocode( { 'address': "705 E Anemone Trail, Dillon, CO 80435, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dillon-CO-wendy-paulus').style.display = '';map = new google.maps.Map(document.getElementById('dillon-CO-wendy-paulus'), mapOptions);}document.getElementById('224dac1d').innerHTML += ' | View Map';var $l9d12fc9fc60665231b140c994b49fe7d = '

Wendy Paulus

Address: 705 E Anemone Trail, Dillon, CO 80435, USA
Phone: (970) 668-1188
';var m_9d12fc9fc60665231b140c994b49fe7d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wendy Paulus',});m_9d12fc9fc60665231b140c994b49fe7d['infowindow'] = new google.maps.InfoWindow({content: $l9d12fc9fc60665231b140c994b49fe7d});var infowindow = new google.maps.InfoWindow({content: $l9d12fc9fc60665231b140c994b49fe7d});google.maps.event.addListener(m_9d12fc9fc60665231b140c994b49fe7d, 'click', function() {infowindow.open(map,m_9d12fc9fc60665231b140c994b49fe7d);});$marker.push(m_9d12fc9fc60665231b140c994b49fe7d);}});}google.maps.event.addDomListener(window, 'load', initialize);