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.1613,-111.941)};var g_a0f7c1cfa96808f66fe13ccf2ef53e8f = new google.maps.Geocoder();g_a0f7c1cfa96808f66fe13ccf2ef53e8f.geocode( { 'address': "5635 Harrison Blvd, Ogden, UT 84403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ogden-UT-zions-bank-residential-lending').style.display = '';map = new google.maps.Map(document.getElementById('ogden-UT-zions-bank-residential-lending'), mapOptions);}document.getElementById('077bf0f5').innerHTML += ' | View Map';var $la0f7c1cfa96808f66fe13ccf2ef53e8f = '

Zions Bank Residential Lending

Address: 5635 Harrison Blvd, Ogden, UT 84403, USA
Phone: (800) 974-8800
';var m_a0f7c1cfa96808f66fe13ccf2ef53e8f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Zions Bank Residential Lending',});m_a0f7c1cfa96808f66fe13ccf2ef53e8f['infowindow'] = new google.maps.InfoWindow({content: $la0f7c1cfa96808f66fe13ccf2ef53e8f});var infowindow = new google.maps.InfoWindow({content: $la0f7c1cfa96808f66fe13ccf2ef53e8f});google.maps.event.addListener(m_a0f7c1cfa96808f66fe13ccf2ef53e8f, 'click', function() {infowindow.open(map,m_a0f7c1cfa96808f66fe13ccf2ef53e8f);});$marker.push(m_a0f7c1cfa96808f66fe13ccf2ef53e8f);}});}google.maps.event.addDomListener(window, 'load', initialize);