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(48.401,-119.538)};var g_9664b7d047c5002f3db1ee9bdb120ba1 = new google.maps.Geocoder();g_9664b7d047c5002f3db1ee9bdb120ba1.geocode( { 'address': "625 Okoma Dr, Omak, WA 98841, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('omak-WA-choice-auto-group').style.display = '';map = new google.maps.Map(document.getElementById('omak-WA-choice-auto-group'), mapOptions);}document.getElementById('b86e6d1b').innerHTML += ' | View Map';var $l9664b7d047c5002f3db1ee9bdb120ba1 = '

Choice Auto Group

Address: 625 Okoma Dr, Omak, WA 98841, USA
Phone: (509) 826-3000
';var m_9664b7d047c5002f3db1ee9bdb120ba1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Choice Auto Group',});m_9664b7d047c5002f3db1ee9bdb120ba1['infowindow'] = new google.maps.InfoWindow({content: $l9664b7d047c5002f3db1ee9bdb120ba1});var infowindow = new google.maps.InfoWindow({content: $l9664b7d047c5002f3db1ee9bdb120ba1});google.maps.event.addListener(m_9664b7d047c5002f3db1ee9bdb120ba1, 'click', function() {infowindow.open(map,m_9664b7d047c5002f3db1ee9bdb120ba1);});$marker.push(m_9664b7d047c5002f3db1ee9bdb120ba1);}});}google.maps.event.addDomListener(window, 'load', initialize);