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(41.7123,-111.841)};var g_f7cbb41e218d3b1ddaaf933cc230a19d = new google.maps.Geocoder();g_f7cbb41e218d3b1ddaaf933cc230a19d.geocode( { 'address': "1047 S 100 W #100, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-guild-mortgage-company').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-guild-mortgage-company'), mapOptions);}document.getElementById('19dc6d2b').innerHTML += ' | View Map';var $lf7cbb41e218d3b1ddaaf933cc230a19d = '

Guild Mortgage Company

Address: 1047 S 100 W #100, Logan, UT 84321, USA
Phone: (435) 294-2480
';var m_f7cbb41e218d3b1ddaaf933cc230a19d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guild Mortgage Company',});m_f7cbb41e218d3b1ddaaf933cc230a19d['infowindow'] = new google.maps.InfoWindow({content: $lf7cbb41e218d3b1ddaaf933cc230a19d});var infowindow = new google.maps.InfoWindow({content: $lf7cbb41e218d3b1ddaaf933cc230a19d});google.maps.event.addListener(m_f7cbb41e218d3b1ddaaf933cc230a19d, 'click', function() {infowindow.open(map,m_f7cbb41e218d3b1ddaaf933cc230a19d);});$marker.push(m_f7cbb41e218d3b1ddaaf933cc230a19d);}});}google.maps.event.addDomListener(window, 'load', initialize);