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.7478,-111.839)};var g_c1381a71e4385327942d58a937c9c124 = new google.maps.Geocoder();g_c1381a71e4385327942d58a937c9c124.geocode( { 'address': "830 N 200 W, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-academy-mortgage---north-logan').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-academy-mortgage---north-logan'), mapOptions);}document.getElementById('22d3f45c').innerHTML += ' | View Map';var $lc1381a71e4385327942d58a937c9c124 = '

Academy Mortgage - North Logan

Address: 830 N 200 W, Logan, UT 84321, USA
Phone: (801) 261-9300
';var m_c1381a71e4385327942d58a937c9c124 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - North Logan',});m_c1381a71e4385327942d58a937c9c124['infowindow'] = new google.maps.InfoWindow({content: $lc1381a71e4385327942d58a937c9c124});var infowindow = new google.maps.InfoWindow({content: $lc1381a71e4385327942d58a937c9c124});google.maps.event.addListener(m_c1381a71e4385327942d58a937c9c124, 'click', function() {infowindow.open(map,m_c1381a71e4385327942d58a937c9c124);});$marker.push(m_c1381a71e4385327942d58a937c9c124);}});}google.maps.event.addDomListener(window, 'load', initialize);