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.5143,-112.015)};var g_74e2e59d5d704cf412e4260baf0c49f4 = new google.maps.Geocoder();g_74e2e59d5d704cf412e4260baf0c49f4.geocode( { 'address': "164 N Main St b, Brigham City, UT 84302, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brigham-city-UT-academy-mortgage---brigham-city').style.display = '';map = new google.maps.Map(document.getElementById('brigham-city-UT-academy-mortgage---brigham-city'), mapOptions);}document.getElementById('373f8f86').innerHTML += ' | View Map';var $l74e2e59d5d704cf412e4260baf0c49f4 = '

Academy Mortgage - Brigham City

Address: 164 N Main St b, Brigham City, UT 84302, USA
Phone: (435) 734-1000
';var m_74e2e59d5d704cf412e4260baf0c49f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - Brigham City',});m_74e2e59d5d704cf412e4260baf0c49f4['infowindow'] = new google.maps.InfoWindow({content: $l74e2e59d5d704cf412e4260baf0c49f4});var infowindow = new google.maps.InfoWindow({content: $l74e2e59d5d704cf412e4260baf0c49f4});google.maps.event.addListener(m_74e2e59d5d704cf412e4260baf0c49f4, 'click', function() {infowindow.open(map,m_74e2e59d5d704cf412e4260baf0c49f4);});$marker.push(m_74e2e59d5d704cf412e4260baf0c49f4);}});}google.maps.event.addDomListener(window, 'load', initialize);