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(39.6005,-110.814)};var g_832353270aacb6e3322f493a66aaf5b9 = new google.maps.Geocoder();g_832353270aacb6e3322f493a66aaf5b9.geocode( { 'address': "82 N 2nd W, Price, UT 84501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('price-UT-a-pawn--loan-shoppe').style.display = '';map = new google.maps.Map(document.getElementById('price-UT-a-pawn--loan-shoppe'), mapOptions);}document.getElementById('a47d6406').innerHTML += ' | View Map';var $l832353270aacb6e3322f493a66aaf5b9 = '

A Pawn & Loan Shoppe

Address: 82 N 2nd W, Price, UT 84501, USA
Phone: (435) 637-5959
';var m_832353270aacb6e3322f493a66aaf5b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A Pawn & Loan Shoppe',});m_832353270aacb6e3322f493a66aaf5b9['infowindow'] = new google.maps.InfoWindow({content: $l832353270aacb6e3322f493a66aaf5b9});var infowindow = new google.maps.InfoWindow({content: $l832353270aacb6e3322f493a66aaf5b9});google.maps.event.addListener(m_832353270aacb6e3322f493a66aaf5b9, 'click', function() {infowindow.open(map,m_832353270aacb6e3322f493a66aaf5b9);});$marker.push(m_832353270aacb6e3322f493a66aaf5b9);}});}google.maps.event.addDomListener(window, 'load', initialize);