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(39.6857,-104.773)};var g_422f327894467d498cb7fc6f72be1517 = new google.maps.Geocoder();g_422f327894467d498cb7fc6f72be1517.geocode( { 'address': "18305 E Mexico Pl, Aurora, CO 80017, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aurora-CO-mountainside-financial').style.display = '';map = new google.maps.Map(document.getElementById('aurora-CO-mountainside-financial'), mapOptions);}document.getElementById('7b2fff47').innerHTML += ' | View Map';var $l422f327894467d498cb7fc6f72be1517 = '

Mountainside Financial

Address: 18305 E Mexico Pl, Aurora, CO 80017, USA
Phone: (303) 368-8466
';var m_422f327894467d498cb7fc6f72be1517 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mountainside Financial',});m_422f327894467d498cb7fc6f72be1517['infowindow'] = new google.maps.InfoWindow({content: $l422f327894467d498cb7fc6f72be1517});var infowindow = new google.maps.InfoWindow({content: $l422f327894467d498cb7fc6f72be1517});google.maps.event.addListener(m_422f327894467d498cb7fc6f72be1517, 'click', function() {infowindow.open(map,m_422f327894467d498cb7fc6f72be1517);});$marker.push(m_422f327894467d498cb7fc6f72be1517);}});}google.maps.event.addDomListener(window, 'load', initialize);