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.9347,-105.077)};var g_228205019b79a1a8101b261c10df7ecd = new google.maps.Geocoder();g_228205019b79a1a8101b261c10df7ecd.geocode( { 'address': "1000 E 1st Ave, Broomfield, CO 80020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-bank-of-the-west').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-bank-of-the-west'), mapOptions);}document.getElementById('bd2feea2').innerHTML += ' | View Map';var $l228205019b79a1a8101b261c10df7ecd = '

Bank of the West

Address: 1000 E 1st Ave, Broomfield, CO 80020
Phone: (303) 469-1912
';var m_228205019b79a1a8101b261c10df7ecd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West',});m_228205019b79a1a8101b261c10df7ecd['infowindow'] = new google.maps.InfoWindow({content: $l228205019b79a1a8101b261c10df7ecd});var infowindow = new google.maps.InfoWindow({content: $l228205019b79a1a8101b261c10df7ecd});google.maps.event.addListener(m_228205019b79a1a8101b261c10df7ecd, 'click', function() {infowindow.open(map,m_228205019b79a1a8101b261c10df7ecd);});$marker.push(m_228205019b79a1a8101b261c10df7ecd);}});}google.maps.event.addDomListener(window, 'load', initialize);