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.8099,-122.375)};var g_0e0c7085f5864697d87a7e942689133a = new google.maps.Geocoder();g_0e0c7085f5864697d87a7e942689133a.geocode( { 'address': "555 Dayton St A1, Edmonds, WA 98020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edmonds-WA-ed-doramegem-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('edmonds-WA-ed-doramegem-mortgage'), mapOptions);}document.getElementById('3432b65e').innerHTML += ' | View Map';var $l0e0c7085f5864697d87a7e942689133a = '

Ed Dorame/GEM Mortgage

Address: 555 Dayton St A1, Edmonds, WA 98020, USA
Phone: (206) 510-2118
';var m_0e0c7085f5864697d87a7e942689133a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ed Dorame/GEM Mortgage',});m_0e0c7085f5864697d87a7e942689133a['infowindow'] = new google.maps.InfoWindow({content: $l0e0c7085f5864697d87a7e942689133a});var infowindow = new google.maps.InfoWindow({content: $l0e0c7085f5864697d87a7e942689133a});google.maps.event.addListener(m_0e0c7085f5864697d87a7e942689133a, 'click', function() {infowindow.open(map,m_0e0c7085f5864697d87a7e942689133a);});$marker.push(m_0e0c7085f5864697d87a7e942689133a);}});}google.maps.event.addDomListener(window, 'load', initialize);