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.8839,-111.887)};var g_f68f71e02426501de7280446bc879b42 = new google.maps.Geocoder();g_f68f71e02426501de7280446bc879b42.geocode( { 'address': "273 W 500 S #17, Bountiful, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bountiful-UT-red-rock-financial-bountiful').style.display = '';map = new google.maps.Map(document.getElementById('bountiful-UT-red-rock-financial-bountiful'), mapOptions);}document.getElementById('8a5a661e').innerHTML += ' | View Map';var $lf68f71e02426501de7280446bc879b42 = '

Red Rock Financial Bountiful

Address: 273 W 500 S #17, Bountiful, UT 84010, USA
Phone: (801) 294-4169
';var m_f68f71e02426501de7280446bc879b42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Red Rock Financial Bountiful',});m_f68f71e02426501de7280446bc879b42['infowindow'] = new google.maps.InfoWindow({content: $lf68f71e02426501de7280446bc879b42});var infowindow = new google.maps.InfoWindow({content: $lf68f71e02426501de7280446bc879b42});google.maps.event.addListener(m_f68f71e02426501de7280446bc879b42, 'click', function() {infowindow.open(map,m_f68f71e02426501de7280446bc879b42);});$marker.push(m_f68f71e02426501de7280446bc879b42);}});}google.maps.event.addDomListener(window, 'load', initialize);