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.5762,-111.898)};var g_8dbb5707601f15dc2da9a34107fd2ed9 = new google.maps.Geocoder();g_8dbb5707601f15dc2da9a34107fd2ed9.geocode( { 'address': "230 W Towne Ridge Pkwy Suite 520, Sandy, UT 84070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandy-UT-john-gonzales').style.display = '';map = new google.maps.Map(document.getElementById('sandy-UT-john-gonzales'), mapOptions);}document.getElementById('4cafd6b5').innerHTML += ' | View Map';var $l8dbb5707601f15dc2da9a34107fd2ed9 = '

John Gonzales

Address: 230 W Towne Ridge Pkwy Suite 520, Sandy, UT 84070, USA
Phone: (801) 285-5005
';var m_8dbb5707601f15dc2da9a34107fd2ed9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'John Gonzales',});m_8dbb5707601f15dc2da9a34107fd2ed9['infowindow'] = new google.maps.InfoWindow({content: $l8dbb5707601f15dc2da9a34107fd2ed9});var infowindow = new google.maps.InfoWindow({content: $l8dbb5707601f15dc2da9a34107fd2ed9});google.maps.event.addListener(m_8dbb5707601f15dc2da9a34107fd2ed9, 'click', function() {infowindow.open(map,m_8dbb5707601f15dc2da9a34107fd2ed9);});$marker.push(m_8dbb5707601f15dc2da9a34107fd2ed9);}});}google.maps.event.addDomListener(window, 'load', initialize);