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.2287,-111.648)};var g_0fc163f5d52156860e72d1993e30ed6a = new google.maps.Geocoder();g_0fc163f5d52156860e72d1993e30ed6a.geocode( { 'address': "375 600 E, Provo, UT 84606, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('provo-UT-dolex-dollar-express').style.display = '';map = new google.maps.Map(document.getElementById('provo-UT-dolex-dollar-express'), mapOptions);}document.getElementById('49eb63fa').innerHTML += ' | View Map';var $l0fc163f5d52156860e72d1993e30ed6a = '

Dolex Dollar Express

Address: 375 600 E, Provo, UT 84606, USA
Phone: (801) 377-3607
';var m_0fc163f5d52156860e72d1993e30ed6a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dolex Dollar Express',});m_0fc163f5d52156860e72d1993e30ed6a['infowindow'] = new google.maps.InfoWindow({content: $l0fc163f5d52156860e72d1993e30ed6a});var infowindow = new google.maps.InfoWindow({content: $l0fc163f5d52156860e72d1993e30ed6a});google.maps.event.addListener(m_0fc163f5d52156860e72d1993e30ed6a, 'click', function() {infowindow.open(map,m_0fc163f5d52156860e72d1993e30ed6a);});$marker.push(m_0fc163f5d52156860e72d1993e30ed6a);}});}google.maps.event.addDomListener(window, 'load', initialize);