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.1662,-122.485)};var g_bddfc3c69f3e29be761b3ba7fa349add = new google.maps.Geocoder();g_bddfc3c69f3e29be761b3ba7fa349add.geocode( { 'address': "3620 100th St SW, Lakewood, WA 98499, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lakewood-WA-clear-choice-mortgage-llc').style.display = '';map = new google.maps.Map(document.getElementById('lakewood-WA-clear-choice-mortgage-llc'), mapOptions);}document.getElementById('3d2ac405').innerHTML += ' | View Map';var $lbddfc3c69f3e29be761b3ba7fa349add = '

Clear Choice Mortgage, LLC

Address: 3620 100th St SW, Lakewood, WA 98499, USA
Phone: (253) 442-2401
';var m_bddfc3c69f3e29be761b3ba7fa349add = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clear Choice Mortgage, LLC',});m_bddfc3c69f3e29be761b3ba7fa349add['infowindow'] = new google.maps.InfoWindow({content: $lbddfc3c69f3e29be761b3ba7fa349add});var infowindow = new google.maps.InfoWindow({content: $lbddfc3c69f3e29be761b3ba7fa349add});google.maps.event.addListener(m_bddfc3c69f3e29be761b3ba7fa349add, 'click', function() {infowindow.open(map,m_bddfc3c69f3e29be761b3ba7fa349add);});$marker.push(m_bddfc3c69f3e29be761b3ba7fa349add);}});}google.maps.event.addDomListener(window, 'load', initialize);