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.2995,-111.815)};var g_45290aee386598089d6ec87cc1baa09f = new google.maps.Geocoder();g_45290aee386598089d6ec87cc1baa09f.geocode( { 'address': "2230 N 5500 E, Eden, UT 84310, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eden-UT-citywide-home-loans---the-ashlie-roe-team').style.display = '';map = new google.maps.Map(document.getElementById('eden-UT-citywide-home-loans---the-ashlie-roe-team'), mapOptions);}document.getElementById('3a9f8175').innerHTML += ' | View Map';var $l45290aee386598089d6ec87cc1baa09f = '

Citywide Home Loans - The Ashlie Roe Team

Address: 2230 N 5500 E, Eden, UT 84310, USA
Phone: (801) 718-2324
';var m_45290aee386598089d6ec87cc1baa09f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Home Loans - The Ashlie Roe Team',});m_45290aee386598089d6ec87cc1baa09f['infowindow'] = new google.maps.InfoWindow({content: $l45290aee386598089d6ec87cc1baa09f});var infowindow = new google.maps.InfoWindow({content: $l45290aee386598089d6ec87cc1baa09f});google.maps.event.addListener(m_45290aee386598089d6ec87cc1baa09f, 'click', function() {infowindow.open(map,m_45290aee386598089d6ec87cc1baa09f);});$marker.push(m_45290aee386598089d6ec87cc1baa09f);}});}google.maps.event.addDomListener(window, 'load', initialize);