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.7164,-111.988)};var g_36c9bbeac58dab9d4a73a935e69a9e5f = new google.maps.Geocoder();g_36c9bbeac58dab9d4a73a935e69a9e5f.geocode( { 'address': "2479 Lake Park Blvd, West Valley City, UT 84120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-valley-city-UT-utah-housing-corporation').style.display = '';map = new google.maps.Map(document.getElementById('west-valley-city-UT-utah-housing-corporation'), mapOptions);}document.getElementById('e4618799').innerHTML += ' | View Map';var $l36c9bbeac58dab9d4a73a935e69a9e5f = '

Utah Housing Corporation

Address: 2479 Lake Park Blvd, West Valley City, UT 84120, USA
Phone: (801) 902-8250
';var m_36c9bbeac58dab9d4a73a935e69a9e5f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Utah Housing Corporation',});m_36c9bbeac58dab9d4a73a935e69a9e5f['infowindow'] = new google.maps.InfoWindow({content: $l36c9bbeac58dab9d4a73a935e69a9e5f});var infowindow = new google.maps.InfoWindow({content: $l36c9bbeac58dab9d4a73a935e69a9e5f});google.maps.event.addListener(m_36c9bbeac58dab9d4a73a935e69a9e5f, 'click', function() {infowindow.open(map,m_36c9bbeac58dab9d4a73a935e69a9e5f);});$marker.push(m_36c9bbeac58dab9d4a73a935e69a9e5f);}});}google.maps.event.addDomListener(window, 'load', initialize);