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(61.1804,-149.88)};var g_57660d2bc029967935ed1f6da7f974ff = new google.maps.Geocoder();g_57660d2bc029967935ed1f6da7f974ff.geocode( { 'address': "240 E Tudor Rd #230, Anchorage, AK 99503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anchorage-AK-clayton-walker-alaska-law-offices-inc').style.display = '';map = new google.maps.Map(document.getElementById('anchorage-AK-clayton-walker-alaska-law-offices-inc'), mapOptions);}document.getElementById('36388ae9').innerHTML += ' | View Map';var $l57660d2bc029967935ed1f6da7f974ff = '

Clayton Walker, Alaska Law Offices Inc

Address: 240 E Tudor Rd #230, Anchorage, AK 99503, USA
Phone: (907) 375-9226
';var m_57660d2bc029967935ed1f6da7f974ff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Clayton Walker, Alaska Law Offices Inc',});m_57660d2bc029967935ed1f6da7f974ff['infowindow'] = new google.maps.InfoWindow({content: $l57660d2bc029967935ed1f6da7f974ff});var infowindow = new google.maps.InfoWindow({content: $l57660d2bc029967935ed1f6da7f974ff});google.maps.event.addListener(m_57660d2bc029967935ed1f6da7f974ff, 'click', function() {infowindow.open(map,m_57660d2bc029967935ed1f6da7f974ff);});$marker.push(m_57660d2bc029967935ed1f6da7f974ff);}});}google.maps.event.addDomListener(window, 'load', initialize);