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.7647,-111.887)};var g_8c0d126792c0009a457a41d7e0dc642f = new google.maps.Geocoder();g_8c0d126792c0009a457a41d7e0dc642f.geocode( { 'address': "142 E 200 S, Salt Lake City, UT 84111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-douglas-b-arnell---bancwest-investment-services-wealth-financial-advisor').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-douglas-b-arnell---bancwest-investment-services-wealth-financial-advisor'), mapOptions);}document.getElementById('7ce5a779').innerHTML += ' | View Map';var $l8c0d126792c0009a457a41d7e0dc642f = '

Douglas B. Arnell - BancWest Investment Services Wealth Financial Advisor

Address: 142 E 200 S, Salt Lake City, UT 84111, USA
Phone: (385) 210-4907
';var m_8c0d126792c0009a457a41d7e0dc642f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Douglas B. Arnell - BancWest Investment Services Wealth Financial Advisor',});m_8c0d126792c0009a457a41d7e0dc642f['infowindow'] = new google.maps.InfoWindow({content: $l8c0d126792c0009a457a41d7e0dc642f});var infowindow = new google.maps.InfoWindow({content: $l8c0d126792c0009a457a41d7e0dc642f});google.maps.event.addListener(m_8c0d126792c0009a457a41d7e0dc642f, 'click', function() {infowindow.open(map,m_8c0d126792c0009a457a41d7e0dc642f);});$marker.push(m_8c0d126792c0009a457a41d7e0dc642f);}});}google.maps.event.addDomListener(window, 'load', initialize);