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.7217,-111.836)};var g_669c0b77dc69e412e2c8155a89493ee8 = new google.maps.Geocoder();g_669c0b77dc69e412e2c8155a89493ee8.geocode( { 'address': "527 S Main St, Logan, UT 84321, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('logan-UT-fast-cache-pawn').style.display = '';map = new google.maps.Map(document.getElementById('logan-UT-fast-cache-pawn'), mapOptions);}document.getElementById('490c1f33').innerHTML += ' | View Map';var $l669c0b77dc69e412e2c8155a89493ee8 = '

Fast Cache Pawn

Address: 527 S Main St, Logan, UT 84321, USA
Phone: (435) 753-2316
';var m_669c0b77dc69e412e2c8155a89493ee8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fast Cache Pawn',});m_669c0b77dc69e412e2c8155a89493ee8['infowindow'] = new google.maps.InfoWindow({content: $l669c0b77dc69e412e2c8155a89493ee8});var infowindow = new google.maps.InfoWindow({content: $l669c0b77dc69e412e2c8155a89493ee8});google.maps.event.addListener(m_669c0b77dc69e412e2c8155a89493ee8, 'click', function() {infowindow.open(map,m_669c0b77dc69e412e2c8155a89493ee8);});$marker.push(m_669c0b77dc69e412e2c8155a89493ee8);}});}google.maps.event.addDomListener(window, 'load', initialize);