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.7577,-104.43)};var g_621e756df8342cd0a4e3a52f26c1f510 = new google.maps.Geocoder();g_621e756df8342cd0a4e3a52f26c1f510.geocode( { 'address': "355 4th St, Bennett, CO 80102, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bennett-CO-bank-of-the-west---atm').style.display = '';map = new google.maps.Map(document.getElementById('bennett-CO-bank-of-the-west---atm'), mapOptions);}document.getElementById('a6c81620').innerHTML += ' | View Map';var $l621e756df8342cd0a4e3a52f26c1f510 = '

Bank of the West - ATM

Address: 355 4th St, Bennett, CO 80102, USA
Phone: (800) 488-2265
';var m_621e756df8342cd0a4e3a52f26c1f510 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of the West - ATM',});m_621e756df8342cd0a4e3a52f26c1f510['infowindow'] = new google.maps.InfoWindow({content: $l621e756df8342cd0a4e3a52f26c1f510});var infowindow = new google.maps.InfoWindow({content: $l621e756df8342cd0a4e3a52f26c1f510});google.maps.event.addListener(m_621e756df8342cd0a4e3a52f26c1f510, 'click', function() {infowindow.open(map,m_621e756df8342cd0a4e3a52f26c1f510);});$marker.push(m_621e756df8342cd0a4e3a52f26c1f510);}});}google.maps.event.addDomListener(window, 'load', initialize);