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.5869,-111.931)};var g_94c74109038dc85def6ac232828b2131 = new google.maps.Geocoder();g_94c74109038dc85def6ac232828b2131.geocode( { 'address': "1377 W 9000 S, West Jordan, UT 84088, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-jordan-UT-1st-choice-money-center').style.display = '';map = new google.maps.Map(document.getElementById('west-jordan-UT-1st-choice-money-center'), mapOptions);}document.getElementById('8e1141bd').innerHTML += ' | View Map';var $l94c74109038dc85def6ac232828b2131 = '

1st CHOICE Money Center

Address: 1377 W 9000 S, West Jordan, UT 84088, USA
Phone: (801) 569-0757
';var m_94c74109038dc85def6ac232828b2131 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: '1st CHOICE Money Center',});m_94c74109038dc85def6ac232828b2131['infowindow'] = new google.maps.InfoWindow({content: $l94c74109038dc85def6ac232828b2131});var infowindow = new google.maps.InfoWindow({content: $l94c74109038dc85def6ac232828b2131});google.maps.event.addListener(m_94c74109038dc85def6ac232828b2131, 'click', function() {infowindow.open(map,m_94c74109038dc85def6ac232828b2131);});$marker.push(m_94c74109038dc85def6ac232828b2131);}});}google.maps.event.addDomListener(window, 'load', initialize);