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.8376,-147.724)};var g_8b6b498f1c38112dc885e09ae93bda8e = new google.maps.Geocoder();g_8b6b498f1c38112dc885e09ae93bda8e.geocode( { 'address': "748 Gaffney Rd #206, Fairbanks, AK 99701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fairbanks-AK-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('fairbanks-AK-guild-mortgage-company'), mapOptions);}document.getElementById('73973076').innerHTML += ' | View Map';var $l8b6b498f1c38112dc885e09ae93bda8e = '

Guild Mortgage Company

Address: 748 Gaffney Rd #206, Fairbanks, AK 99701, USA
Phone: (907) 374-6999
';var m_8b6b498f1c38112dc885e09ae93bda8e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_8b6b498f1c38112dc885e09ae93bda8e['infowindow'] = new google.maps.InfoWindow({content: $l8b6b498f1c38112dc885e09ae93bda8e});var infowindow = new google.maps.InfoWindow({content: $l8b6b498f1c38112dc885e09ae93bda8e});google.maps.event.addListener(m_8b6b498f1c38112dc885e09ae93bda8e, 'click', function() {infowindow.open(map,m_8b6b498f1c38112dc885e09ae93bda8e);});$marker.push(m_8b6b498f1c38112dc885e09ae93bda8e);}});}google.maps.event.addDomListener(window, 'load', initialize);