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.0853,-108.446)};var g_2d2c8394e31101a261abf1784302bf75 = new google.maps.Geocoder();g_2d2c8394e31101a261abf1784302bf75.geocode( { 'address': "3231 I-70 Business Loop, Clifton, CO 81520"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clifton-CO-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('clifton-CO-wells-fargo-bank'), mapOptions);}document.getElementById('65edd81c').innerHTML += ' | View Map';var $l2d2c8394e31101a261abf1784302bf75 = '

Wells Fargo Bank

Address: 3231 I-70 Business Loop, Clifton, CO 81520
Phone: (970) 434-2320
';var m_2d2c8394e31101a261abf1784302bf75 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_2d2c8394e31101a261abf1784302bf75['infowindow'] = new google.maps.InfoWindow({content: $l2d2c8394e31101a261abf1784302bf75});var infowindow = new google.maps.InfoWindow({content: $l2d2c8394e31101a261abf1784302bf75});google.maps.event.addListener(m_2d2c8394e31101a261abf1784302bf75, 'click', function() {infowindow.open(map,m_2d2c8394e31101a261abf1784302bf75);});$marker.push(m_2d2c8394e31101a261abf1784302bf75);}});}google.maps.event.addDomListener(window, 'load', initialize);