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.3124,-111.718)};var g_9f62c81d7b48e146423f79c9e151510d = new google.maps.Geocoder();g_9f62c81d7b48e146423f79c9e151510d.geocode( { 'address': "813 N 900 W, Orem, UT 84057, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-veritas-funding---orem-branch').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-veritas-funding---orem-branch'), mapOptions);}document.getElementById('04aec641').innerHTML += ' | View Map';var $l9f62c81d7b48e146423f79c9e151510d = '

Veritas Funding - Orem Branch

Address: 813 N 900 W, Orem, UT 84057, USA
Phone: (801) 636-0111
';var m_9f62c81d7b48e146423f79c9e151510d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Veritas Funding - Orem Branch',});m_9f62c81d7b48e146423f79c9e151510d['infowindow'] = new google.maps.InfoWindow({content: $l9f62c81d7b48e146423f79c9e151510d});var infowindow = new google.maps.InfoWindow({content: $l9f62c81d7b48e146423f79c9e151510d});google.maps.event.addListener(m_9f62c81d7b48e146423f79c9e151510d, 'click', function() {infowindow.open(map,m_9f62c81d7b48e146423f79c9e151510d);});$marker.push(m_9f62c81d7b48e146423f79c9e151510d);}});}google.maps.event.addDomListener(window, 'load', initialize);