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.4635,-122.335)};var g_67f68835939b9fa291a4e417312b4ec1 = new google.maps.Geocoder();g_67f68835939b9fa291a4e417312b4ec1.geocode( { 'address': "122 SW 156th St, Burien, WA 98166, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burien-WA-absolute-mortgage-burien-location').style.display = '';map = new google.maps.Map(document.getElementById('burien-WA-absolute-mortgage-burien-location'), mapOptions);}document.getElementById('aad4649f').innerHTML += ' | View Map';var $l67f68835939b9fa291a4e417312b4ec1 = '

Absolute Mortgage Burien Location

Address: 122 SW 156th St, Burien, WA 98166, USA
Phone: (206) 242-3900
';var m_67f68835939b9fa291a4e417312b4ec1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Absolute Mortgage Burien Location',});m_67f68835939b9fa291a4e417312b4ec1['infowindow'] = new google.maps.InfoWindow({content: $l67f68835939b9fa291a4e417312b4ec1});var infowindow = new google.maps.InfoWindow({content: $l67f68835939b9fa291a4e417312b4ec1});google.maps.event.addListener(m_67f68835939b9fa291a4e417312b4ec1, 'click', function() {infowindow.open(map,m_67f68835939b9fa291a4e417312b4ec1);});$marker.push(m_67f68835939b9fa291a4e417312b4ec1);}});}google.maps.event.addDomListener(window, 'load', initialize);