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(46.5997,-120.586)};var g_9224263f59de48fb82923e5227fd19ab = new google.maps.Geocoder();g_9224263f59de48fb82923e5227fd19ab.geocode( { 'address': "5808 Summitview Ave, Yakima, WA 98908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yakima-WA-consolidated-appraisal-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('yakima-WA-consolidated-appraisal-services-inc'), mapOptions);}document.getElementById('8690310b').innerHTML += ' | View Map';var $l9224263f59de48fb82923e5227fd19ab = '

Consolidated Appraisal Services, Inc.

Address: 5808 Summitview Ave, Yakima, WA 98908, USA
Phone: (509) 576-8033
';var m_9224263f59de48fb82923e5227fd19ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Consolidated Appraisal Services, Inc.',});m_9224263f59de48fb82923e5227fd19ab['infowindow'] = new google.maps.InfoWindow({content: $l9224263f59de48fb82923e5227fd19ab});var infowindow = new google.maps.InfoWindow({content: $l9224263f59de48fb82923e5227fd19ab});google.maps.event.addListener(m_9224263f59de48fb82923e5227fd19ab, 'click', function() {infowindow.open(map,m_9224263f59de48fb82923e5227fd19ab);});$marker.push(m_9224263f59de48fb82923e5227fd19ab);}});}google.maps.event.addDomListener(window, 'load', initialize);