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.306,-102.268)};var g_137f0a5de269001ff173f86f6f2adfa9 = new google.maps.Geocoder();g_137f0a5de269001ff173f86f6f2adfa9.geocode( { 'address': "502 N 14th St, Burlington, CO 80807, USA"}, 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('e1b1b18f').innerHTML += ' | View Map';var $l137f0a5de269001ff173f86f6f2adfa9 = '

Bank of the West

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