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.1882,-106.819)};var g_6275aa8941cb43a850613eadd221ef5d = new google.maps.Geocoder();g_6275aa8941cb43a850613eadd221ef5d.geocode( { 'address': "434 E Cooper Ave #203, Aspen, CO 81611, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('aspen-CO-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('aspen-CO-bank-of-america-mortgage'), mapOptions);}document.getElementById('3e277679').innerHTML += ' | View Map';var $l6275aa8941cb43a850613eadd221ef5d = '

Bank of America Mortgage

Address: 434 E Cooper Ave #203, Aspen, CO 81611, USA
Phone: (970) 925-5252
';var m_6275aa8941cb43a850613eadd221ef5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_6275aa8941cb43a850613eadd221ef5d['infowindow'] = new google.maps.InfoWindow({content: $l6275aa8941cb43a850613eadd221ef5d});var infowindow = new google.maps.InfoWindow({content: $l6275aa8941cb43a850613eadd221ef5d});google.maps.event.addListener(m_6275aa8941cb43a850613eadd221ef5d, 'click', function() {infowindow.open(map,m_6275aa8941cb43a850613eadd221ef5d);});$marker.push(m_6275aa8941cb43a850613eadd221ef5d);}});}google.maps.event.addDomListener(window, 'load', initialize);