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.3787,-111.813)};var g_8da71e5c5849117472aa1ea3bc074416 = new google.maps.Geocoder();g_8da71e5c5849117472aa1ea3bc074416.geocode( { 'address': "101 NW State St Ste 102, American Fork, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('american-fork-UT-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('american-fork-UT-cash-store'), mapOptions);}document.getElementById('b71aa433').innerHTML += ' | View Map';var $l8da71e5c5849117472aa1ea3bc074416 = '

Cash Store

Address: 101 NW State St Ste 102, American Fork, UT 84003, USA
Phone: (801) 763-1422
';var m_8da71e5c5849117472aa1ea3bc074416 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_8da71e5c5849117472aa1ea3bc074416['infowindow'] = new google.maps.InfoWindow({content: $l8da71e5c5849117472aa1ea3bc074416});var infowindow = new google.maps.InfoWindow({content: $l8da71e5c5849117472aa1ea3bc074416});google.maps.event.addListener(m_8da71e5c5849117472aa1ea3bc074416, 'click', function() {infowindow.open(map,m_8da71e5c5849117472aa1ea3bc074416);});$marker.push(m_8da71e5c5849117472aa1ea3bc074416);}});}google.maps.event.addDomListener(window, 'load', initialize);