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.8498,-122.222)};var g_f7ca5c7171a93dcf62615d0e70577f43 = new google.maps.Geocoder();g_f7ca5c7171a93dcf62615d0e70577f43.geocode( { 'address': "805 164th St SE #206, Bothell, WA 98012, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bothell-WA-platinum-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('bothell-WA-platinum-home-lending'), mapOptions);}document.getElementById('0f50c9e5').innerHTML += ' | View Map';var $lf7ca5c7171a93dcf62615d0e70577f43 = '

Platinum Home Lending

Address: 805 164th St SE #206, Bothell, WA 98012, USA
Phone: (425) 332-6220
';var m_f7ca5c7171a93dcf62615d0e70577f43 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Home Lending',});m_f7ca5c7171a93dcf62615d0e70577f43['infowindow'] = new google.maps.InfoWindow({content: $lf7ca5c7171a93dcf62615d0e70577f43});var infowindow = new google.maps.InfoWindow({content: $lf7ca5c7171a93dcf62615d0e70577f43});google.maps.event.addListener(m_f7ca5c7171a93dcf62615d0e70577f43, 'click', function() {infowindow.open(map,m_f7ca5c7171a93dcf62615d0e70577f43);});$marker.push(m_f7ca5c7171a93dcf62615d0e70577f43);}});}google.maps.event.addDomListener(window, 'load', initialize);