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(41.0384,-111.937)};var g_342a0c71fcd2dae0898d6bc5238709d0 = new google.maps.Geocoder();g_342a0c71fcd2dae0898d6bc5238709d0.geocode( { 'address': "69 E 200 N, Kaysville, UT 84037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kaysville-UT-citywide-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('kaysville-UT-citywide-home-loans'), mapOptions);}document.getElementById('f91ee34b').innerHTML += ' | View Map';var $l342a0c71fcd2dae0898d6bc5238709d0 = '

Citywide Home Loans

Address: 69 E 200 N, Kaysville, UT 84037, USA
Phone: (866) 437-0200
';var m_342a0c71fcd2dae0898d6bc5238709d0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Home Loans',});m_342a0c71fcd2dae0898d6bc5238709d0['infowindow'] = new google.maps.InfoWindow({content: $l342a0c71fcd2dae0898d6bc5238709d0});var infowindow = new google.maps.InfoWindow({content: $l342a0c71fcd2dae0898d6bc5238709d0});google.maps.event.addListener(m_342a0c71fcd2dae0898d6bc5238709d0, 'click', function() {infowindow.open(map,m_342a0c71fcd2dae0898d6bc5238709d0);});$marker.push(m_342a0c71fcd2dae0898d6bc5238709d0);}});}google.maps.event.addDomListener(window, 'load', initialize);