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.2797,-111.689)};var g_bb3e90115fe0edc297846a47dc731ae4 = new google.maps.Geocoder();g_bb3e90115fe0edc297846a47dc731ae4.geocode( { 'address': "283 E 950 S St, Orem, UT 84058, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orem-UT-va-loan-today').style.display = '';map = new google.maps.Map(document.getElementById('orem-UT-va-loan-today'), mapOptions);}document.getElementById('a6bc2830').innerHTML += ' | View Map';var $lbb3e90115fe0edc297846a47dc731ae4 = '

VA Loan Today

Address: 283 E 950 S St, Orem, UT 84058, USA
Phone: (801) 326-0744
';var m_bb3e90115fe0edc297846a47dc731ae4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'VA Loan Today',});m_bb3e90115fe0edc297846a47dc731ae4['infowindow'] = new google.maps.InfoWindow({content: $lbb3e90115fe0edc297846a47dc731ae4});var infowindow = new google.maps.InfoWindow({content: $lbb3e90115fe0edc297846a47dc731ae4});google.maps.event.addListener(m_bb3e90115fe0edc297846a47dc731ae4, 'click', function() {infowindow.open(map,m_bb3e90115fe0edc297846a47dc731ae4);});$marker.push(m_bb3e90115fe0edc297846a47dc731ae4);}});}google.maps.event.addDomListener(window, 'load', initialize);