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.0455,-107.947)};var g_0982c7a856d3a4e5a83479da0af0f259 = new google.maps.Geocoder();g_0982c7a856d3a4e5a83479da0af0f259.geocode( { 'address': "504 Main St, Meeker, CO 81641"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meeker-CO-first-national-bank-of-the-rockies').style.display = '';map = new google.maps.Map(document.getElementById('meeker-CO-first-national-bank-of-the-rockies'), mapOptions);}document.getElementById('1024b420').innerHTML += ' | View Map';var $l0982c7a856d3a4e5a83479da0af0f259 = '

First National Bank of the Rockies

Address: 504 Main St, Meeker, CO 81641
Phone: (970) 878-5073
';var m_0982c7a856d3a4e5a83479da0af0f259 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank of the Rockies',});m_0982c7a856d3a4e5a83479da0af0f259['infowindow'] = new google.maps.InfoWindow({content: $l0982c7a856d3a4e5a83479da0af0f259});var infowindow = new google.maps.InfoWindow({content: $l0982c7a856d3a4e5a83479da0af0f259});google.maps.event.addListener(m_0982c7a856d3a4e5a83479da0af0f259, 'click', function() {infowindow.open(map,m_0982c7a856d3a4e5a83479da0af0f259);});$marker.push(m_0982c7a856d3a4e5a83479da0af0f259);}});}google.maps.event.addDomListener(window, 'load', initialize);