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(37.309,-106.035)};var g_a45a90e6e014deacb6d1e46a8f171c3f = new google.maps.Geocoder();g_a45a90e6e014deacb6d1e46a8f171c3f.geocode( { 'address': "501 S Main St, La Jara, CO 81140"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('la-jara-CO-community-banks-of-the-rockies').style.display = '';map = new google.maps.Map(document.getElementById('la-jara-CO-community-banks-of-the-rockies'), mapOptions);}document.getElementById('dd3055f9').innerHTML += ' | View Map';var $la45a90e6e014deacb6d1e46a8f171c3f = '

Community Banks Of The Rockies

Address: 501 S Main St, La Jara, CO 81140
Phone: (719) 274-5112
';var m_a45a90e6e014deacb6d1e46a8f171c3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Banks Of The Rockies',});m_a45a90e6e014deacb6d1e46a8f171c3f['infowindow'] = new google.maps.InfoWindow({content: $la45a90e6e014deacb6d1e46a8f171c3f});var infowindow = new google.maps.InfoWindow({content: $la45a90e6e014deacb6d1e46a8f171c3f});google.maps.event.addListener(m_a45a90e6e014deacb6d1e46a8f171c3f, 'click', function() {infowindow.open(map,m_a45a90e6e014deacb6d1e46a8f171c3f);});$marker.push(m_a45a90e6e014deacb6d1e46a8f171c3f);}});}google.maps.event.addDomListener(window, 'load', initialize);