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(38.9004,-107.931)};var g_f0a148f32a8f593435d5f4695e1652c8 = new google.maps.Geocoder();g_f0a148f32a8f593435d5f4695e1652c8.geocode( { 'address': "675 W Main St, Cedaredge, CO 81413, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cedaredge-CO-lewis-r-anderson').style.display = '';map = new google.maps.Map(document.getElementById('cedaredge-CO-lewis-r-anderson'), mapOptions);}document.getElementById('bc19a6c8').innerHTML += ' | View Map';var $lf0a148f32a8f593435d5f4695e1652c8 = '

Lewis R Anderson

Address: 675 W Main St, Cedaredge, CO 81413, USA
Phone: (970) 856-7640
';var m_f0a148f32a8f593435d5f4695e1652c8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lewis R Anderson',});m_f0a148f32a8f593435d5f4695e1652c8['infowindow'] = new google.maps.InfoWindow({content: $lf0a148f32a8f593435d5f4695e1652c8});var infowindow = new google.maps.InfoWindow({content: $lf0a148f32a8f593435d5f4695e1652c8});google.maps.event.addListener(m_f0a148f32a8f593435d5f4695e1652c8, 'click', function() {infowindow.open(map,m_f0a148f32a8f593435d5f4695e1652c8);});$marker.push(m_f0a148f32a8f593435d5f4695e1652c8);}});}google.maps.event.addDomListener(window, 'load', initialize);