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(41.3097,-105.566)};var g_427b6c3fa22a8b08981e0092c94f9c84 = new google.maps.Geocoder();g_427b6c3fa22a8b08981e0092c94f9c84.geocode( { 'address': "2127 Grand Ave, Laramie, WY 82070, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laramie-WY-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('laramie-WY-wells-fargo-bank'), mapOptions);}document.getElementById('5d6a9d7c').innerHTML += ' | View Map';var $l427b6c3fa22a8b08981e0092c94f9c84 = '

Wells Fargo Bank

Address: 2127 Grand Ave, Laramie, WY 82070, USA
Phone: (307) 721-5700
';var m_427b6c3fa22a8b08981e0092c94f9c84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_427b6c3fa22a8b08981e0092c94f9c84['infowindow'] = new google.maps.InfoWindow({content: $l427b6c3fa22a8b08981e0092c94f9c84});var infowindow = new google.maps.InfoWindow({content: $l427b6c3fa22a8b08981e0092c94f9c84});google.maps.event.addListener(m_427b6c3fa22a8b08981e0092c94f9c84, 'click', function() {infowindow.open(map,m_427b6c3fa22a8b08981e0092c94f9c84);});$marker.push(m_427b6c3fa22a8b08981e0092c94f9c84);}});}google.maps.event.addDomListener(window, 'load', initialize);