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(38.7802,-112.085)};var g_14bf794d5b36fb798b7ee1293a4e6e47 = new google.maps.Geocoder();g_14bf794d5b36fb798b7ee1293a4e6e47.geocode( { 'address': "845 N Main St, Richfield, UT 84701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richfield-UT-sorensen-lewis--associates').style.display = '';map = new google.maps.Map(document.getElementById('richfield-UT-sorensen-lewis--associates'), mapOptions);}document.getElementById('8bd155b2').innerHTML += ' | View Map';var $l14bf794d5b36fb798b7ee1293a4e6e47 = '

Sorensen, Lewis & Associates

Address: 845 N Main St, Richfield, UT 84701, USA
Phone: (435) 896-9227
';var m_14bf794d5b36fb798b7ee1293a4e6e47 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sorensen, Lewis & Associates',});m_14bf794d5b36fb798b7ee1293a4e6e47['infowindow'] = new google.maps.InfoWindow({content: $l14bf794d5b36fb798b7ee1293a4e6e47});var infowindow = new google.maps.InfoWindow({content: $l14bf794d5b36fb798b7ee1293a4e6e47});google.maps.event.addListener(m_14bf794d5b36fb798b7ee1293a4e6e47, 'click', function() {infowindow.open(map,m_14bf794d5b36fb798b7ee1293a4e6e47);});$marker.push(m_14bf794d5b36fb798b7ee1293a4e6e47);}});}google.maps.event.addDomListener(window, 'load', initialize);