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.6171,-122.351)};var g_42450a2911029e2b0a273f85614664f5 = new google.maps.Geocoder();g_42450a2911029e2b0a273f85614664f5.geocode( { 'address': "2815 2nd Ave Suite 280, Seattle, WA 98121, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seattle-WA-american-financial-solutions').style.display = '';map = new google.maps.Map(document.getElementById('seattle-WA-american-financial-solutions'), mapOptions);}document.getElementById('3b12c098').innerHTML += ' | View Map';var $l42450a2911029e2b0a273f85614664f5 = '

American Financial Solutions

Address: 2815 2nd Ave Suite 280, Seattle, WA 98121, USA
Phone: (888) 282-5844
';var m_42450a2911029e2b0a273f85614664f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Financial Solutions',});m_42450a2911029e2b0a273f85614664f5['infowindow'] = new google.maps.InfoWindow({content: $l42450a2911029e2b0a273f85614664f5});var infowindow = new google.maps.InfoWindow({content: $l42450a2911029e2b0a273f85614664f5});google.maps.event.addListener(m_42450a2911029e2b0a273f85614664f5, 'click', function() {infowindow.open(map,m_42450a2911029e2b0a273f85614664f5);});$marker.push(m_42450a2911029e2b0a273f85614664f5);}});}google.maps.event.addDomListener(window, 'load', initialize);