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(40.5259,-104.713)};var g_3af7e700968700884b9da655b280a267 = new google.maps.Geocoder();g_3af7e700968700884b9da655b280a267.geocode( { 'address': "200 1st St, Eaton, CO 80615, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eaton-CO-schulz--leonard-cpas').style.display = '';map = new google.maps.Map(document.getElementById('eaton-CO-schulz--leonard-cpas'), mapOptions);}document.getElementById('e66a415f').innerHTML += ' | View Map';var $l3af7e700968700884b9da655b280a267 = '

Schulz & Leonard, CPA's

Address: 200 1st St, Eaton, CO 80615, USA
Phone: (970) 454-3371
';var m_3af7e700968700884b9da655b280a267 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Schulz & Leonard, CPA's',});m_3af7e700968700884b9da655b280a267['infowindow'] = new google.maps.InfoWindow({content: $l3af7e700968700884b9da655b280a267});var infowindow = new google.maps.InfoWindow({content: $l3af7e700968700884b9da655b280a267});google.maps.event.addListener(m_3af7e700968700884b9da655b280a267, 'click', function() {infowindow.open(map,m_3af7e700968700884b9da655b280a267);});$marker.push(m_3af7e700968700884b9da655b280a267);}});}google.maps.event.addDomListener(window, 'load', initialize);