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.7224,-111.82)};var g_eec33bd4cc7832b1bb0400263dc1a58b = new google.maps.Geocoder();g_eec33bd4cc7832b1bb0400263dc1a58b.geocode( { 'address': "2455 Parleys Way #200, Salt Lake City, UT 84109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-summit-financial-resources').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-summit-financial-resources'), mapOptions);}document.getElementById('702dd803').innerHTML += ' | View Map';var $leec33bd4cc7832b1bb0400263dc1a58b = '

Summit Financial Resources

Address: 2455 Parleys Way #200, Salt Lake City, UT 84109, USA
Phone: (800) 200-1208
';var m_eec33bd4cc7832b1bb0400263dc1a58b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Summit Financial Resources',});m_eec33bd4cc7832b1bb0400263dc1a58b['infowindow'] = new google.maps.InfoWindow({content: $leec33bd4cc7832b1bb0400263dc1a58b});var infowindow = new google.maps.InfoWindow({content: $leec33bd4cc7832b1bb0400263dc1a58b});google.maps.event.addListener(m_eec33bd4cc7832b1bb0400263dc1a58b, 'click', function() {infowindow.open(map,m_eec33bd4cc7832b1bb0400263dc1a58b);});$marker.push(m_eec33bd4cc7832b1bb0400263dc1a58b);}});}google.maps.event.addDomListener(window, 'load', initialize);