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.585,-120.542)};var g_0a516eaacaddb192fbc397a8b38ea37b = new google.maps.Geocoder();g_0a516eaacaddb192fbc397a8b38ea37b.geocode( { 'address': "2410 W Nob Hill Blvd, Yakima, WA 98902, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yakima-WA-solarity').style.display = '';map = new google.maps.Map(document.getElementById('yakima-WA-solarity'), mapOptions);}document.getElementById('17c7bea8').innerHTML += ' | View Map';var $l0a516eaacaddb192fbc397a8b38ea37b = '

Solarity

Address: 2410 W Nob Hill Blvd, Yakima, WA 98902, USA
Phone:
';var m_0a516eaacaddb192fbc397a8b38ea37b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Solarity',});m_0a516eaacaddb192fbc397a8b38ea37b['infowindow'] = new google.maps.InfoWindow({content: $l0a516eaacaddb192fbc397a8b38ea37b});var infowindow = new google.maps.InfoWindow({content: $l0a516eaacaddb192fbc397a8b38ea37b});google.maps.event.addListener(m_0a516eaacaddb192fbc397a8b38ea37b, 'click', function() {infowindow.open(map,m_0a516eaacaddb192fbc397a8b38ea37b);});$marker.push(m_0a516eaacaddb192fbc397a8b38ea37b);}});}google.maps.event.addDomListener(window, 'load', initialize);