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(40.6393,-111.89)};var g_70711f87c34e6c96f141d0d5449fe4fb = new google.maps.Geocoder();g_70711f87c34e6c96f141d0d5449fe4fb.geocode( { 'address': "6066 State St #4, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-fastbucks').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-fastbucks'), mapOptions);}document.getElementById('a611b118').innerHTML += ' | View Map';var $l70711f87c34e6c96f141d0d5449fe4fb = '

FastBucks

Address: 6066 State St #4, Murray, UT 84107, USA
Phone: (801) 261-9557
';var m_70711f87c34e6c96f141d0d5449fe4fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'FastBucks',});m_70711f87c34e6c96f141d0d5449fe4fb['infowindow'] = new google.maps.InfoWindow({content: $l70711f87c34e6c96f141d0d5449fe4fb});var infowindow = new google.maps.InfoWindow({content: $l70711f87c34e6c96f141d0d5449fe4fb});google.maps.event.addListener(m_70711f87c34e6c96f141d0d5449fe4fb, 'click', function() {infowindow.open(map,m_70711f87c34e6c96f141d0d5449fe4fb);});$marker.push(m_70711f87c34e6c96f141d0d5449fe4fb);}});}google.maps.event.addDomListener(window, 'load', initialize);