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.6387,-111.889)};var g_cfd6eea72e2fba555f20687c7f9145ac = new google.maps.Geocoder();g_cfd6eea72e2fba555f20687c7f9145ac.geocode( { 'address': "6099 State St, Murray, UT 84107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('murray-UT-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('murray-UT-wells-fargo-bank'), mapOptions);}document.getElementById('bd8cd814').innerHTML += ' | View Map';var $lcfd6eea72e2fba555f20687c7f9145ac = '

Wells Fargo Bank

Address: 6099 State St, Murray, UT 84107, USA
Phone: (801) 281-4240
';var m_cfd6eea72e2fba555f20687c7f9145ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_cfd6eea72e2fba555f20687c7f9145ac['infowindow'] = new google.maps.InfoWindow({content: $lcfd6eea72e2fba555f20687c7f9145ac});var infowindow = new google.maps.InfoWindow({content: $lcfd6eea72e2fba555f20687c7f9145ac});google.maps.event.addListener(m_cfd6eea72e2fba555f20687c7f9145ac, 'click', function() {infowindow.open(map,m_cfd6eea72e2fba555f20687c7f9145ac);});$marker.push(m_cfd6eea72e2fba555f20687c7f9145ac);}});}google.maps.event.addDomListener(window, 'load', initialize);