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.8508,-122.222)};var g_813366c4a714f890ad158fca7c40bbaf = new google.maps.Geocoder();g_813366c4a714f890ad158fca7c40bbaf.geocode( { 'address': "16300 Mill Creek Blvd #108, Bothell, WA 98012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bothell-WA-preferred-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('bothell-WA-preferred-home-loans'), mapOptions);}document.getElementById('ed5fcb42').innerHTML += ' | View Map';var $l813366c4a714f890ad158fca7c40bbaf = '

Preferred Home Loans

Address: 16300 Mill Creek Blvd #108, Bothell, WA 98012, USA
Phone: (425) 582-8918
';var m_813366c4a714f890ad158fca7c40bbaf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Preferred Home Loans',});m_813366c4a714f890ad158fca7c40bbaf['infowindow'] = new google.maps.InfoWindow({content: $l813366c4a714f890ad158fca7c40bbaf});var infowindow = new google.maps.InfoWindow({content: $l813366c4a714f890ad158fca7c40bbaf});google.maps.event.addListener(m_813366c4a714f890ad158fca7c40bbaf, 'click', function() {infowindow.open(map,m_813366c4a714f890ad158fca7c40bbaf);});$marker.push(m_813366c4a714f890ad158fca7c40bbaf);}});}google.maps.event.addDomListener(window, 'load', initialize);