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.3175,-105.595)};var g_b31f0c758bb498b5d56b5fea80f313a7 = new google.maps.Geocoder();g_b31f0c758bb498b5d56b5fea80f313a7.geocode( { 'address': "570 N 3rd St C, Laramie, WY 82072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laramie-WY-mister-money').style.display = '';map = new google.maps.Map(document.getElementById('laramie-WY-mister-money'), mapOptions);}document.getElementById('c34b6372').innerHTML += ' | View Map';var $lb31f0c758bb498b5d56b5fea80f313a7 = '

Mister Money

Address: 570 N 3rd St C, Laramie, WY 82072, USA
Phone: (307) 721-0484
';var m_b31f0c758bb498b5d56b5fea80f313a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mister Money',});m_b31f0c758bb498b5d56b5fea80f313a7['infowindow'] = new google.maps.InfoWindow({content: $lb31f0c758bb498b5d56b5fea80f313a7});var infowindow = new google.maps.InfoWindow({content: $lb31f0c758bb498b5d56b5fea80f313a7});google.maps.event.addListener(m_b31f0c758bb498b5d56b5fea80f313a7, 'click', function() {infowindow.open(map,m_b31f0c758bb498b5d56b5fea80f313a7);});$marker.push(m_b31f0c758bb498b5d56b5fea80f313a7);}});}google.maps.event.addDomListener(window, 'load', initialize);