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(37.1149,-107.633)};var g_ce53c09194be4cafd49e277bb938bb3f = new google.maps.Geocoder();g_ce53c09194be4cafd49e277bb938bb3f.geocode( { 'address': "615 Goddard Ave, Ignacio, CO 81137, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ignacio-CO-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('ignacio-CO-wells-fargo-bank'), mapOptions);}document.getElementById('36cf27e9').innerHTML += ' | View Map';var $lce53c09194be4cafd49e277bb938bb3f = '

Wells Fargo Bank

Address: 615 Goddard Ave, Ignacio, CO 81137, USA
Phone: (970) 563-9401
';var m_ce53c09194be4cafd49e277bb938bb3f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_ce53c09194be4cafd49e277bb938bb3f['infowindow'] = new google.maps.InfoWindow({content: $lce53c09194be4cafd49e277bb938bb3f});var infowindow = new google.maps.InfoWindow({content: $lce53c09194be4cafd49e277bb938bb3f});google.maps.event.addListener(m_ce53c09194be4cafd49e277bb938bb3f, 'click', function() {infowindow.open(map,m_ce53c09194be4cafd49e277bb938bb3f);});$marker.push(m_ce53c09194be4cafd49e277bb938bb3f);}});}google.maps.event.addDomListener(window, 'load', initialize);