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(37.1293,-113.519)};var g_e21190b5830c7e017f541c5941c1a32b = new google.maps.Geocoder();g_e21190b5830c7e017f541c5941c1a32b.geocode( { 'address': "520 W Telegraph St, Washington, UT 84780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('washington-UT-cash-2-u').style.display = '';map = new google.maps.Map(document.getElementById('washington-UT-cash-2-u'), mapOptions);}document.getElementById('eb777155').innerHTML += ' | View Map';var $le21190b5830c7e017f541c5941c1a32b = '

Cash 2-U

Address: 520 W Telegraph St, Washington, UT 84780, USA
Phone: (435) 251-8126
';var m_e21190b5830c7e017f541c5941c1a32b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash 2-U',});m_e21190b5830c7e017f541c5941c1a32b['infowindow'] = new google.maps.InfoWindow({content: $le21190b5830c7e017f541c5941c1a32b});var infowindow = new google.maps.InfoWindow({content: $le21190b5830c7e017f541c5941c1a32b});google.maps.event.addListener(m_e21190b5830c7e017f541c5941c1a32b, 'click', function() {infowindow.open(map,m_e21190b5830c7e017f541c5941c1a32b);});$marker.push(m_e21190b5830c7e017f541c5941c1a32b);}});}google.maps.event.addDomListener(window, 'load', initialize);