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.3701,-122.197)};var g_c83654267547dd78e8e4dfbb505d34d7 = new google.maps.Geocoder();g_c83654267547dd78e8e4dfbb505d34d7.geocode( { 'address': "10803 SE Kent-Kangley Rd Suite 103, Kent, WA 98030, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kent-WA-cmg-financial').style.display = '';map = new google.maps.Map(document.getElementById('kent-WA-cmg-financial'), mapOptions);}document.getElementById('b14645b1').innerHTML += ' | View Map';var $lc83654267547dd78e8e4dfbb505d34d7 = '

CMG Financial

Address: 10803 SE Kent-Kangley Rd Suite 103, Kent, WA 98030, USA
Phone: (253) 859-2300
';var m_c83654267547dd78e8e4dfbb505d34d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CMG Financial',});m_c83654267547dd78e8e4dfbb505d34d7['infowindow'] = new google.maps.InfoWindow({content: $lc83654267547dd78e8e4dfbb505d34d7});var infowindow = new google.maps.InfoWindow({content: $lc83654267547dd78e8e4dfbb505d34d7});google.maps.event.addListener(m_c83654267547dd78e8e4dfbb505d34d7, 'click', function() {infowindow.open(map,m_c83654267547dd78e8e4dfbb505d34d7);});$marker.push(m_c83654267547dd78e8e4dfbb505d34d7);}});}google.maps.event.addDomListener(window, 'load', initialize);