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.6229,-111.859)};var g_97f2e80b5fc70bbb8bce10d914b55c15 = new google.maps.Geocoder();g_97f2e80b5fc70bbb8bce10d914b55c15.geocode( { 'address': "7050 Union Park Ave #400, Midvale, UT 84047, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midvale-UT-veritas-funding').style.display = '';map = new google.maps.Map(document.getElementById('midvale-UT-veritas-funding'), mapOptions);}document.getElementById('33b53852').innerHTML += ' | View Map';var $l97f2e80b5fc70bbb8bce10d914b55c15 = '

Veritas Funding

Address: 7050 Union Park Ave #400, Midvale, UT 84047, USA
Phone: (801) 639-0900
';var m_97f2e80b5fc70bbb8bce10d914b55c15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veritas Funding',});m_97f2e80b5fc70bbb8bce10d914b55c15['infowindow'] = new google.maps.InfoWindow({content: $l97f2e80b5fc70bbb8bce10d914b55c15});var infowindow = new google.maps.InfoWindow({content: $l97f2e80b5fc70bbb8bce10d914b55c15});google.maps.event.addListener(m_97f2e80b5fc70bbb8bce10d914b55c15, 'click', function() {infowindow.open(map,m_97f2e80b5fc70bbb8bce10d914b55c15);});$marker.push(m_97f2e80b5fc70bbb8bce10d914b55c15);}});}google.maps.event.addDomListener(window, 'load', initialize);