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.3048,-102.247)};var g_3b1aea5d9bb84d4e3761853af83cb32c = new google.maps.Geocoder();g_3b1aea5d9bb84d4e3761853af83cb32c.geocode( { 'address': "502 14th St, Burlington, CO 80807"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('burlington-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('burlington-CO-bank-of-the-west'), mapOptions);}document.getElementById('f131f8b6').innerHTML += ' | View Map';var $l3b1aea5d9bb84d4e3761853af83cb32c = '

Bank of the West

Address: 502 14th St, Burlington, CO 80807
Phone: (719) 346-5391
';var m_3b1aea5d9bb84d4e3761853af83cb32c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_3b1aea5d9bb84d4e3761853af83cb32c['infowindow'] = new google.maps.InfoWindow({content: $l3b1aea5d9bb84d4e3761853af83cb32c});var infowindow = new google.maps.InfoWindow({content: $l3b1aea5d9bb84d4e3761853af83cb32c});google.maps.event.addListener(m_3b1aea5d9bb84d4e3761853af83cb32c, 'click', function() {infowindow.open(map,m_3b1aea5d9bb84d4e3761853af83cb32c);});$marker.push(m_3b1aea5d9bb84d4e3761853af83cb32c);}});}google.maps.event.addDomListener(window, 'load', initialize);