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.196,-149.893)};var g_940933a3808de5a280648f1a8fd1ae74 = new google.maps.Geocoder();g_940933a3808de5a280648f1a8fd1ae74.geocode( { 'address': "517 W Northern Lights Blvd, Anchorage, AK 99503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anchorage-AK-van-loan-jed-l').style.display = '';map = new google.maps.Map(document.getElementById('anchorage-AK-van-loan-jed-l'), mapOptions);}document.getElementById('b12496f9').innerHTML += ' | View Map';var $l940933a3808de5a280648f1a8fd1ae74 = '

Van Loan Jed L

Address: 517 W Northern Lights Blvd, Anchorage, AK 99503, USA
Phone: (907) 929-9076
';var m_940933a3808de5a280648f1a8fd1ae74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Van Loan Jed L',});m_940933a3808de5a280648f1a8fd1ae74['infowindow'] = new google.maps.InfoWindow({content: $l940933a3808de5a280648f1a8fd1ae74});var infowindow = new google.maps.InfoWindow({content: $l940933a3808de5a280648f1a8fd1ae74});google.maps.event.addListener(m_940933a3808de5a280648f1a8fd1ae74, 'click', function() {infowindow.open(map,m_940933a3808de5a280648f1a8fd1ae74);});$marker.push(m_940933a3808de5a280648f1a8fd1ae74);}});}google.maps.event.addDomListener(window, 'load', initialize);