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.5352,-111.892)};var g_96c8b97e75f1fc6acca1f438b58b77c1 = new google.maps.Geocoder();g_96c8b97e75f1fc6acca1f438b58b77c1.geocode( { 'address': "11910 State St #100, Draper, UT 84020, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('draper-UT-city-creek-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('draper-UT-city-creek-mortgage'), mapOptions);}document.getElementById('6cf7cb89').innerHTML += ' | View Map';var $l96c8b97e75f1fc6acca1f438b58b77c1 = '

City Creek Mortgage

Address: 11910 State St #100, Draper, UT 84020, USA
Phone: (801) 501-7950
';var m_96c8b97e75f1fc6acca1f438b58b77c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Creek Mortgage',});m_96c8b97e75f1fc6acca1f438b58b77c1['infowindow'] = new google.maps.InfoWindow({content: $l96c8b97e75f1fc6acca1f438b58b77c1});var infowindow = new google.maps.InfoWindow({content: $l96c8b97e75f1fc6acca1f438b58b77c1});google.maps.event.addListener(m_96c8b97e75f1fc6acca1f438b58b77c1, 'click', function() {infowindow.open(map,m_96c8b97e75f1fc6acca1f438b58b77c1);});$marker.push(m_96c8b97e75f1fc6acca1f438b58b77c1);}});}google.maps.event.addDomListener(window, 'load', initialize);