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.659,-122.206)};var g_0aec3e54bb05fb6a33f81243a10839b3 = new google.maps.Geocoder();g_0aec3e54bb05fb6a33f81243a10839b3.geocode( { 'address': "5612 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-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('kirkland-WA-bank-of-america-mortgage'), mapOptions);}document.getElementById('e9e99de1').innerHTML += ' | View Map';var $l0aec3e54bb05fb6a33f81243a10839b3 = '

Bank of America Mortgage

Address: 5612 Lake Washington Blvd NE, Kirkland, WA 98033, USA
Phone: (425) 602-4816
';var m_0aec3e54bb05fb6a33f81243a10839b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_0aec3e54bb05fb6a33f81243a10839b3['infowindow'] = new google.maps.InfoWindow({content: $l0aec3e54bb05fb6a33f81243a10839b3});var infowindow = new google.maps.InfoWindow({content: $l0aec3e54bb05fb6a33f81243a10839b3});google.maps.event.addListener(m_0aec3e54bb05fb6a33f81243a10839b3, 'click', function() {infowindow.open(map,m_0aec3e54bb05fb6a33f81243a10839b3);});$marker.push(m_0aec3e54bb05fb6a33f81243a10839b3);}});}google.maps.event.addDomListener(window, 'load', initialize);