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.6172,-122.209)};var g_36cc76f6dc57f50bdbda82f92aff1b94 = new google.maps.Geocoder();g_36cc76f6dc57f50bdbda82f92aff1b94.geocode( { 'address': "1720 130th Ave NE, Bellevue, WA 98005"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bellevue-WA-american-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('bellevue-WA-american-mortgage'), mapOptions);}document.getElementById('d4c8e737').innerHTML += ' | View Map';var $l36cc76f6dc57f50bdbda82f92aff1b94 = '

American Mortgage

Address: 1720 130th Ave NE, Bellevue, WA 98005
Phone: (425) 861-1800
';var m_36cc76f6dc57f50bdbda82f92aff1b94 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage',});m_36cc76f6dc57f50bdbda82f92aff1b94['infowindow'] = new google.maps.InfoWindow({content: $l36cc76f6dc57f50bdbda82f92aff1b94});var infowindow = new google.maps.InfoWindow({content: $l36cc76f6dc57f50bdbda82f92aff1b94});google.maps.event.addListener(m_36cc76f6dc57f50bdbda82f92aff1b94, 'click', function() {infowindow.open(map,m_36cc76f6dc57f50bdbda82f92aff1b94);});$marker.push(m_36cc76f6dc57f50bdbda82f92aff1b94);}});}google.maps.event.addDomListener(window, 'load', initialize);