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.5205,-112.301)};var g_eed7c43629fd402a65d546c052aa2e74 = new google.maps.Geocoder();g_eed7c43629fd402a65d546c052aa2e74.geocode( { 'address': "89 W 520 S, Tooele, UT 84074, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tooele-UT-wells-fargo-construction').style.display = '';map = new google.maps.Map(document.getElementById('tooele-UT-wells-fargo-construction'), mapOptions);}document.getElementById('20aa7467').innerHTML += ' | View Map';var $leed7c43629fd402a65d546c052aa2e74 = '

Wells Fargo Construction

Address: 89 W 520 S, Tooele, UT 84074, USA
Phone: (801) 541-8699
';var m_eed7c43629fd402a65d546c052aa2e74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Construction',});m_eed7c43629fd402a65d546c052aa2e74['infowindow'] = new google.maps.InfoWindow({content: $leed7c43629fd402a65d546c052aa2e74});var infowindow = new google.maps.InfoWindow({content: $leed7c43629fd402a65d546c052aa2e74});google.maps.event.addListener(m_eed7c43629fd402a65d546c052aa2e74, 'click', function() {infowindow.open(map,m_eed7c43629fd402a65d546c052aa2e74);});$marker.push(m_eed7c43629fd402a65d546c052aa2e74);}});}google.maps.event.addDomListener(window, 'load', initialize);