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.3144,-107.612)};var g_e2c218162e3b58f53ab497c6e3051d57 = new google.maps.Geocoder();g_e2c218162e3b58f53ab497c6e3051d57.geocode( { 'address': "351 Bayfield Ctr, Bayfield, CO 81122"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bayfield-CO-first-national-bank-of-durango').style.display = '';map = new google.maps.Map(document.getElementById('bayfield-CO-first-national-bank-of-durango'), mapOptions);}document.getElementById('c1f43e09').innerHTML += ' | View Map';var $le2c218162e3b58f53ab497c6e3051d57 = '

First National Bank Of Durango

Address: 351 Bayfield Ctr, Bayfield, CO 81122
Phone: (970) 884-5300
';var m_e2c218162e3b58f53ab497c6e3051d57 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank Of Durango',});m_e2c218162e3b58f53ab497c6e3051d57['infowindow'] = new google.maps.InfoWindow({content: $le2c218162e3b58f53ab497c6e3051d57});var infowindow = new google.maps.InfoWindow({content: $le2c218162e3b58f53ab497c6e3051d57});google.maps.event.addListener(m_e2c218162e3b58f53ab497c6e3051d57, 'click', function() {infowindow.open(map,m_e2c218162e3b58f53ab497c6e3051d57);});$marker.push(m_e2c218162e3b58f53ab497c6e3051d57);}});}google.maps.event.addDomListener(window, 'load', initialize);