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.564,-122.226)};var g_bf2ade109eecb2107d68cb9da6dbda8a = new google.maps.Geocoder();g_bf2ade109eecb2107d68cb9da6dbda8a.geocode( { 'address': "8230 SE 72nd St, Mercer Island, WA 98040"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mercer-island-WA-carlton-c-ellis-associates').style.display = '';map = new google.maps.Map(document.getElementById('mercer-island-WA-carlton-c-ellis-associates'), mapOptions);}document.getElementById('23c10c5c').innerHTML += ' | View Map';var $lbf2ade109eecb2107d68cb9da6dbda8a = '

Carlton C. Ellis & Associates

Address: 8230 SE 72nd St, Mercer Island, WA 98040
Phone: (206) 230-6422
';var m_bf2ade109eecb2107d68cb9da6dbda8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Carlton C. Ellis & Associates',});m_bf2ade109eecb2107d68cb9da6dbda8a['infowindow'] = new google.maps.InfoWindow({content: $lbf2ade109eecb2107d68cb9da6dbda8a});var infowindow = new google.maps.InfoWindow({content: $lbf2ade109eecb2107d68cb9da6dbda8a});google.maps.event.addListener(m_bf2ade109eecb2107d68cb9da6dbda8a, 'click', function() {infowindow.open(map,m_bf2ade109eecb2107d68cb9da6dbda8a);});$marker.push(m_bf2ade109eecb2107d68cb9da6dbda8a);}});}google.maps.event.addDomListener(window, 'load', initialize);