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.6402,-111.883)};var g_9582a4486a56b2b30d8125d7c0701b8a = new google.maps.Geocoder();g_9582a4486a56b2b30d8125d7c0701b8a.geocode( { 'address': "6000 Fashion Blvd, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-capital-assets-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-capital-assets-financial-services'), mapOptions);}document.getElementById('0368cf89').innerHTML += ' | View Map';var $l9582a4486a56b2b30d8125d7c0701b8a = '

Capital Assets Financial Services

Address: 6000 Fashion Blvd, Murray, UT 84107, USA
Phone: (801) 269-9988
';var m_9582a4486a56b2b30d8125d7c0701b8a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Capital Assets Financial Services',});m_9582a4486a56b2b30d8125d7c0701b8a['infowindow'] = new google.maps.InfoWindow({content: $l9582a4486a56b2b30d8125d7c0701b8a});var infowindow = new google.maps.InfoWindow({content: $l9582a4486a56b2b30d8125d7c0701b8a});google.maps.event.addListener(m_9582a4486a56b2b30d8125d7c0701b8a, 'click', function() {infowindow.open(map,m_9582a4486a56b2b30d8125d7c0701b8a);});$marker.push(m_9582a4486a56b2b30d8125d7c0701b8a);}});}google.maps.event.addDomListener(window, 'load', initialize);