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.6227,-103.209)};var g_7d84664db16c21fe30d1808be5ea428a = new google.maps.Geocoder();g_7d84664db16c21fe30d1808be5ea428a.geocode( { 'address': "129 S 3rd St, Sterling, CO 80751, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sterling-CO-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('sterling-CO-wells-fargo-bank'), mapOptions);}document.getElementById('1f3774c4').innerHTML += ' | View Map';var $l7d84664db16c21fe30d1808be5ea428a = '

Wells Fargo Bank

Address: 129 S 3rd St, Sterling, CO 80751, USA
Phone: (970) 522-1383
';var m_7d84664db16c21fe30d1808be5ea428a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_7d84664db16c21fe30d1808be5ea428a['infowindow'] = new google.maps.InfoWindow({content: $l7d84664db16c21fe30d1808be5ea428a});var infowindow = new google.maps.InfoWindow({content: $l7d84664db16c21fe30d1808be5ea428a});google.maps.event.addListener(m_7d84664db16c21fe30d1808be5ea428a, 'click', function() {infowindow.open(map,m_7d84664db16c21fe30d1808be5ea428a);});$marker.push(m_7d84664db16c21fe30d1808be5ea428a);}});}google.maps.event.addDomListener(window, 'load', initialize);