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.1911,-106.818)};var g_88eb513f8f12239c82ae075d08404578 = new google.maps.Geocoder();g_88eb513f8f12239c82ae075d08404578.geocode( { 'address': "Aspen, CO 81611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aspen-CO-related-westpac').style.display = '';map = new google.maps.Map(document.getElementById('aspen-CO-related-westpac'), mapOptions);}document.getElementById('7fe6e704').innerHTML += ' | View Map';var $l88eb513f8f12239c82ae075d08404578 = '

Related Westpac

Address: Aspen, CO 81611, USA
Phone: (970) 922-0556
';var m_88eb513f8f12239c82ae075d08404578 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Related Westpac',});m_88eb513f8f12239c82ae075d08404578['infowindow'] = new google.maps.InfoWindow({content: $l88eb513f8f12239c82ae075d08404578});var infowindow = new google.maps.InfoWindow({content: $l88eb513f8f12239c82ae075d08404578});google.maps.event.addListener(m_88eb513f8f12239c82ae075d08404578, 'click', function() {infowindow.open(map,m_88eb513f8f12239c82ae075d08404578);});$marker.push(m_88eb513f8f12239c82ae075d08404578);}});}google.maps.event.addDomListener(window, 'load', initialize);