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.8848,-111.899)};var g_1179ff83d232cf99bd01e86f8e2433fa = new google.maps.Geocoder();g_1179ff83d232cf99bd01e86f8e2433fa.geocode( { 'address': "724 W 500 S #500, West Bountiful, UT 84087, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-bountiful-UT-helm-capital').style.display = '';map = new google.maps.Map(document.getElementById('west-bountiful-UT-helm-capital'), mapOptions);}document.getElementById('094d821d').innerHTML += ' | View Map';var $l1179ff83d232cf99bd01e86f8e2433fa = '

Helm Capital

Address: 724 W 500 S #500, West Bountiful, UT 84087, USA
Phone: (888) 892-8998
';var m_1179ff83d232cf99bd01e86f8e2433fa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Helm Capital',});m_1179ff83d232cf99bd01e86f8e2433fa['infowindow'] = new google.maps.InfoWindow({content: $l1179ff83d232cf99bd01e86f8e2433fa});var infowindow = new google.maps.InfoWindow({content: $l1179ff83d232cf99bd01e86f8e2433fa});google.maps.event.addListener(m_1179ff83d232cf99bd01e86f8e2433fa, 'click', function() {infowindow.open(map,m_1179ff83d232cf99bd01e86f8e2433fa);});$marker.push(m_1179ff83d232cf99bd01e86f8e2433fa);}});}google.maps.event.addDomListener(window, 'load', initialize);