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.1381,-112.026)};var g_564fb7a3d12d7414f6d85010c176ae4a = new google.maps.Geocoder();g_564fb7a3d12d7414f6d85010c176ae4a.geocode( { 'address': "1689 N Main St, Sunset, UT 84015, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sunset-UT-sunset-finance').style.display = '';map = new google.maps.Map(document.getElementById('sunset-UT-sunset-finance'), mapOptions);}document.getElementById('c81a386e').innerHTML += ' | View Map';var $l564fb7a3d12d7414f6d85010c176ae4a = '

Sunset Finance

Address: 1689 N Main St, Sunset, UT 84015, USA
Phone: (801) 784-7229
';var m_564fb7a3d12d7414f6d85010c176ae4a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sunset Finance',});m_564fb7a3d12d7414f6d85010c176ae4a['infowindow'] = new google.maps.InfoWindow({content: $l564fb7a3d12d7414f6d85010c176ae4a});var infowindow = new google.maps.InfoWindow({content: $l564fb7a3d12d7414f6d85010c176ae4a});google.maps.event.addListener(m_564fb7a3d12d7414f6d85010c176ae4a, 'click', function() {infowindow.open(map,m_564fb7a3d12d7414f6d85010c176ae4a);});$marker.push(m_564fb7a3d12d7414f6d85010c176ae4a);}});}google.maps.event.addDomListener(window, 'load', initialize);