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.5169,-111.894)};var g_7c61e530e2585132c298dceb5489cb3f = new google.maps.Geocoder();g_7c61e530e2585132c298dceb5489cb3f.geocode( { 'address': "12894 Pony Express Rd #100, Draper, UT 84020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-citywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-citywide-home-loans'), mapOptions);}document.getElementById('3aad72b1').innerHTML += ' | View Map';var $l7c61e530e2585132c298dceb5489cb3f = '

Citywide Home Loans

Address: 12894 Pony Express Rd #100, Draper, UT 84020, USA
Phone: (801) 208-5220
';var m_7c61e530e2585132c298dceb5489cb3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Home Loans',});m_7c61e530e2585132c298dceb5489cb3f['infowindow'] = new google.maps.InfoWindow({content: $l7c61e530e2585132c298dceb5489cb3f});var infowindow = new google.maps.InfoWindow({content: $l7c61e530e2585132c298dceb5489cb3f});google.maps.event.addListener(m_7c61e530e2585132c298dceb5489cb3f, 'click', function() {infowindow.open(map,m_7c61e530e2585132c298dceb5489cb3f);});$marker.push(m_7c61e530e2585132c298dceb5489cb3f);}});}google.maps.event.addDomListener(window, 'load', initialize);