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(64.7558,-147.347)};var g_66eb5fae04f5f4c29d5637a7ff6177ef = new google.maps.Geocoder();g_66eb5fae04f5f4c29d5637a7ff6177ef.geocode( { 'address': "71 St Nicholas Dr, North Pole, AK 99705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('north-pole-AK-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('north-pole-AK-guild-mortgage-company'), mapOptions);}document.getElementById('53182aa9').innerHTML += ' | View Map';var $l66eb5fae04f5f4c29d5637a7ff6177ef = '

Guild Mortgage Company

Address: 71 St Nicholas Dr, North Pole, AK 99705, USA
Phone: (907) 374-6999
';var m_66eb5fae04f5f4c29d5637a7ff6177ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_66eb5fae04f5f4c29d5637a7ff6177ef['infowindow'] = new google.maps.InfoWindow({content: $l66eb5fae04f5f4c29d5637a7ff6177ef});var infowindow = new google.maps.InfoWindow({content: $l66eb5fae04f5f4c29d5637a7ff6177ef});google.maps.event.addListener(m_66eb5fae04f5f4c29d5637a7ff6177ef, 'click', function() {infowindow.open(map,m_66eb5fae04f5f4c29d5637a7ff6177ef);});$marker.push(m_66eb5fae04f5f4c29d5637a7ff6177ef);}});}google.maps.event.addDomListener(window, 'load', initialize);