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.1022,-105.175)};var g_49ca8bb433c049164d84c687442d319f = new google.maps.Geocoder();g_49ca8bb433c049164d84c687442d319f.geocode( { 'address': "97 2nd Ave, Niwot, CO 80544"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niwot-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('niwot-CO-bank-of-the-west'), mapOptions);}document.getElementById('6b4261da').innerHTML += ' | View Map';var $l49ca8bb433c049164d84c687442d319f = '

Bank of the West

Address: 97 2nd Ave, Niwot, CO 80544
Phone: (303) 834-3333
';var m_49ca8bb433c049164d84c687442d319f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_49ca8bb433c049164d84c687442d319f['infowindow'] = new google.maps.InfoWindow({content: $l49ca8bb433c049164d84c687442d319f});var infowindow = new google.maps.InfoWindow({content: $l49ca8bb433c049164d84c687442d319f});google.maps.event.addListener(m_49ca8bb433c049164d84c687442d319f, 'click', function() {infowindow.open(map,m_49ca8bb433c049164d84c687442d319f);});$marker.push(m_49ca8bb433c049164d84c687442d319f);}});}google.maps.event.addDomListener(window, 'load', initialize);