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(37.6252,-109.478)};var g_a600428116bbe3ec100d2abea1154ab8 = new google.maps.Geocoder();g_a600428116bbe3ec100d2abea1154ab8.geocode( { 'address': "4 S Main St, Blanding, UT 84511, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blanding-UT-star-loans').style.display = '';map = new google.maps.Map(document.getElementById('blanding-UT-star-loans'), mapOptions);}document.getElementById('21762bf8').innerHTML += ' | View Map';var $la600428116bbe3ec100d2abea1154ab8 = '

Star Loans

Address: 4 S Main St, Blanding, UT 84511, USA
Phone: (435) 678-3729
';var m_a600428116bbe3ec100d2abea1154ab8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Star Loans',});m_a600428116bbe3ec100d2abea1154ab8['infowindow'] = new google.maps.InfoWindow({content: $la600428116bbe3ec100d2abea1154ab8});var infowindow = new google.maps.InfoWindow({content: $la600428116bbe3ec100d2abea1154ab8});google.maps.event.addListener(m_a600428116bbe3ec100d2abea1154ab8, 'click', function() {infowindow.open(map,m_a600428116bbe3ec100d2abea1154ab8);});$marker.push(m_a600428116bbe3ec100d2abea1154ab8);}});}google.maps.event.addDomListener(window, 'load', initialize);