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.1109,-111.657)};var g_5853ccb92475e15bb4042e784701feb1 = new google.maps.Geocoder();g_5853ccb92475e15bb4042e784701feb1.geocode( { 'address': "82 N 100 W St, Spanish Fork, UT 84660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('spanish-fork-UT-back-alley-market-not-a-liquor-store').style.display = '';map = new google.maps.Map(document.getElementById('spanish-fork-UT-back-alley-market-not-a-liquor-store'), mapOptions);}document.getElementById('febbd7a1').innerHTML += ' | View Map';var $l5853ccb92475e15bb4042e784701feb1 = '

Back Alley Market (not a liquor store)

Address: 82 N 100 W St, Spanish Fork, UT 84660, USA
Phone: (801) 504-6231
';var m_5853ccb92475e15bb4042e784701feb1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Back Alley Market (not a liquor store)',});m_5853ccb92475e15bb4042e784701feb1['infowindow'] = new google.maps.InfoWindow({content: $l5853ccb92475e15bb4042e784701feb1});var infowindow = new google.maps.InfoWindow({content: $l5853ccb92475e15bb4042e784701feb1});google.maps.event.addListener(m_5853ccb92475e15bb4042e784701feb1, 'click', function() {infowindow.open(map,m_5853ccb92475e15bb4042e784701feb1);});$marker.push(m_5853ccb92475e15bb4042e784701feb1);}});}google.maps.event.addDomListener(window, 'load', initialize);