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(47.8514,-117.377)};var g_37c764e67c653a6546e07e315a3e91a5 = new google.maps.Geocoder();g_37c764e67c653a6546e07e315a3e91a5.geocode( { 'address': "21307 Buckeye Lake Ln, Colbert, WA 99005, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colbert-WA-the-morgan-report').style.display = '';map = new google.maps.Map(document.getElementById('colbert-WA-the-morgan-report'), mapOptions);}document.getElementById('3e8eb61b').innerHTML += ' | View Map';var $l37c764e67c653a6546e07e315a3e91a5 = '

The Morgan Report

Address: 21307 Buckeye Lake Ln, Colbert, WA 99005, USA
Phone: (480) 325-0230
';var m_37c764e67c653a6546e07e315a3e91a5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Morgan Report',});m_37c764e67c653a6546e07e315a3e91a5['infowindow'] = new google.maps.InfoWindow({content: $l37c764e67c653a6546e07e315a3e91a5});var infowindow = new google.maps.InfoWindow({content: $l37c764e67c653a6546e07e315a3e91a5});google.maps.event.addListener(m_37c764e67c653a6546e07e315a3e91a5, 'click', function() {infowindow.open(map,m_37c764e67c653a6546e07e315a3e91a5);});$marker.push(m_37c764e67c653a6546e07e315a3e91a5);}});}google.maps.event.addDomListener(window, 'load', initialize);