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.6355,-111.938)};var g_3d325e5d106e2b7b882160098c982aeb = new google.maps.Geocoder();g_3d325e5d106e2b7b882160098c982aeb.geocode( { 'address': "6357 S Redwood Rd Suite A, Taylorsville, UT 84123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('taylorsville-UT-citywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('taylorsville-UT-citywide-home-loans'), mapOptions);}document.getElementById('6dce7404').innerHTML += ' | View Map';var $l3d325e5d106e2b7b882160098c982aeb = '

Citywide Home Loans

Address: 6357 S Redwood Rd Suite A, Taylorsville, UT 84123, USA
Phone: (801) 713-3570
';var m_3d325e5d106e2b7b882160098c982aeb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Home Loans',});m_3d325e5d106e2b7b882160098c982aeb['infowindow'] = new google.maps.InfoWindow({content: $l3d325e5d106e2b7b882160098c982aeb});var infowindow = new google.maps.InfoWindow({content: $l3d325e5d106e2b7b882160098c982aeb});google.maps.event.addListener(m_3d325e5d106e2b7b882160098c982aeb, 'click', function() {infowindow.open(map,m_3d325e5d106e2b7b882160098c982aeb);});$marker.push(m_3d325e5d106e2b7b882160098c982aeb);}});}google.maps.event.addDomListener(window, 'load', initialize);