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.7645,-111.891)};var g_373e037042ef7203ea226a4968a6b595 = new google.maps.Geocoder();g_373e037042ef7203ea226a4968a6b595.geocode( { 'address': "201 Main St #800, Salt Lake City, UT 84110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salt-lake-city-UT-venturecapitalorg').style.display = '';map = new google.maps.Map(document.getElementById('salt-lake-city-UT-venturecapitalorg'), mapOptions);}document.getElementById('56e93e2a').innerHTML += ' | View Map';var $l373e037042ef7203ea226a4968a6b595 = '

Venturecapital.org

Address: 201 Main St #800, Salt Lake City, UT 84110, USA
Phone: (801) 595-1141
';var m_373e037042ef7203ea226a4968a6b595 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Venturecapital.org',});m_373e037042ef7203ea226a4968a6b595['infowindow'] = new google.maps.InfoWindow({content: $l373e037042ef7203ea226a4968a6b595});var infowindow = new google.maps.InfoWindow({content: $l373e037042ef7203ea226a4968a6b595});google.maps.event.addListener(m_373e037042ef7203ea226a4968a6b595, 'click', function() {infowindow.open(map,m_373e037042ef7203ea226a4968a6b595);});$marker.push(m_373e037042ef7203ea226a4968a6b595);}});}google.maps.event.addDomListener(window, 'load', initialize);