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.6455,-122.202)};var g_bb6961095e9a6dc1aac2af24ea88fc52 = new google.maps.Geocoder();g_bb6961095e9a6dc1aac2af24ea88fc52.geocode( { 'address': "3927 Lake Washington Blvd NE, Kirkland, WA 98033, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kirkland-WA-eastside-funding').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-eastside-funding'), mapOptions);}document.getElementById('37392cf4').innerHTML += ' | View Map';var $lbb6961095e9a6dc1aac2af24ea88fc52 = '

Eastside Funding

Address: 3927 Lake Washington Blvd NE, Kirkland, WA 98033, USA
Phone: (425) 230-0000
';var m_bb6961095e9a6dc1aac2af24ea88fc52 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eastside Funding',});m_bb6961095e9a6dc1aac2af24ea88fc52['infowindow'] = new google.maps.InfoWindow({content: $lbb6961095e9a6dc1aac2af24ea88fc52});var infowindow = new google.maps.InfoWindow({content: $lbb6961095e9a6dc1aac2af24ea88fc52});google.maps.event.addListener(m_bb6961095e9a6dc1aac2af24ea88fc52, 'click', function() {infowindow.open(map,m_bb6961095e9a6dc1aac2af24ea88fc52);});$marker.push(m_bb6961095e9a6dc1aac2af24ea88fc52);}});}google.maps.event.addDomListener(window, 'load', initialize);