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.4314,-111.785)};var g_3fd9eca42ee930039e7236c0c1d736ba = new google.maps.Geocoder();g_3fd9eca42ee930039e7236c0c1d736ba.geocode( { 'address': "5285 W 11000 N, Highland, UT 84003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-UT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('highland-UT-wells-fargo-bank'), mapOptions);}document.getElementById('4dc339cc').innerHTML += ' | View Map';var $l3fd9eca42ee930039e7236c0c1d736ba = '

Wells Fargo Bank

Address: 5285 W 11000 N, Highland, UT 84003, USA
Phone: (801) 763-5300
';var m_3fd9eca42ee930039e7236c0c1d736ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_3fd9eca42ee930039e7236c0c1d736ba['infowindow'] = new google.maps.InfoWindow({content: $l3fd9eca42ee930039e7236c0c1d736ba});var infowindow = new google.maps.InfoWindow({content: $l3fd9eca42ee930039e7236c0c1d736ba});google.maps.event.addListener(m_3fd9eca42ee930039e7236c0c1d736ba, 'click', function() {infowindow.open(map,m_3fd9eca42ee930039e7236c0c1d736ba);});$marker.push(m_3fd9eca42ee930039e7236c0c1d736ba);}});}google.maps.event.addDomListener(window, 'load', initialize);