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.5948,-120.575)};var g_b4cce1bb107a89e93a6f8434ad5373fc = new google.maps.Geocoder();g_b4cce1bb107a89e93a6f8434ad5373fc.geocode( { 'address': "307 S 50th Ave, Yakima, WA 98908, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('yakima-WA-blue-dog-business-services').style.display = '';map = new google.maps.Map(document.getElementById('yakima-WA-blue-dog-business-services'), mapOptions);}document.getElementById('4086f9a2').innerHTML += ' | View Map';var $lb4cce1bb107a89e93a6f8434ad5373fc = '

Blue Dog Business Services

Address: 307 S 50th Ave, Yakima, WA 98908, USA
Phone: (509) 225-9360
';var m_b4cce1bb107a89e93a6f8434ad5373fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Dog Business Services',});m_b4cce1bb107a89e93a6f8434ad5373fc['infowindow'] = new google.maps.InfoWindow({content: $lb4cce1bb107a89e93a6f8434ad5373fc});var infowindow = new google.maps.InfoWindow({content: $lb4cce1bb107a89e93a6f8434ad5373fc});google.maps.event.addListener(m_b4cce1bb107a89e93a6f8434ad5373fc, 'click', function() {infowindow.open(map,m_b4cce1bb107a89e93a6f8434ad5373fc);});$marker.push(m_b4cce1bb107a89e93a6f8434ad5373fc);}});}google.maps.event.addDomListener(window, 'load', initialize);