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.2126,-149.887)};var g_f1ac33797e3d4ab2d0b070ff01be7e10 = new google.maps.Geocoder();g_f1ac33797e3d4ab2d0b070ff01be7e10.geocode( { 'address': "236 W 10th Ave #100, Anchorage, AK 99501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anchorage-AK-great-northern-investment-group').style.display = '';map = new google.maps.Map(document.getElementById('anchorage-AK-great-northern-investment-group'), mapOptions);}document.getElementById('d31feaa6').innerHTML += ' | View Map';var $lf1ac33797e3d4ab2d0b070ff01be7e10 = '

Great Northern Investment Group

Address: 236 W 10th Ave #100, Anchorage, AK 99501, USA
Phone: (907) 561-9952
';var m_f1ac33797e3d4ab2d0b070ff01be7e10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Great Northern Investment Group',});m_f1ac33797e3d4ab2d0b070ff01be7e10['infowindow'] = new google.maps.InfoWindow({content: $lf1ac33797e3d4ab2d0b070ff01be7e10});var infowindow = new google.maps.InfoWindow({content: $lf1ac33797e3d4ab2d0b070ff01be7e10});google.maps.event.addListener(m_f1ac33797e3d4ab2d0b070ff01be7e10, 'click', function() {infowindow.open(map,m_f1ac33797e3d4ab2d0b070ff01be7e10);});$marker.push(m_f1ac33797e3d4ab2d0b070ff01be7e10);}});}google.maps.event.addDomListener(window, 'load', initialize);