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.5441,-122.04)};var g_9a4c9ddd5565f8ffca019bdc35d79656 = new google.maps.Geocoder();g_9a4c9ddd5565f8ffca019bdc35d79656.geocode( { 'address': "22500 SE 64th Pl #230, Issaquah, WA 98027, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('issaquah-WA-juniper-capital-corporation').style.display = '';map = new google.maps.Map(document.getElementById('issaquah-WA-juniper-capital-corporation'), mapOptions);}document.getElementById('5effb14a').innerHTML += ' | View Map';var $l9a4c9ddd5565f8ffca019bdc35d79656 = '

Juniper Capital Corporation

Address: 22500 SE 64th Pl #230, Issaquah, WA 98027, USA
Phone: (425) 677-8574
';var m_9a4c9ddd5565f8ffca019bdc35d79656 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Juniper Capital Corporation',});m_9a4c9ddd5565f8ffca019bdc35d79656['infowindow'] = new google.maps.InfoWindow({content: $l9a4c9ddd5565f8ffca019bdc35d79656});var infowindow = new google.maps.InfoWindow({content: $l9a4c9ddd5565f8ffca019bdc35d79656});google.maps.event.addListener(m_9a4c9ddd5565f8ffca019bdc35d79656, 'click', function() {infowindow.open(map,m_9a4c9ddd5565f8ffca019bdc35d79656);});$marker.push(m_9a4c9ddd5565f8ffca019bdc35d79656);}});}google.maps.event.addDomListener(window, 'load', initialize);