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

Advance America

Address: 570 N 3rd St b, Laramie, WY 82072, USA
Phone: (307) 745-6730
';var m_d7852cd2408d9d3205dc75b59a6ce22e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_d7852cd2408d9d3205dc75b59a6ce22e['infowindow'] = new google.maps.InfoWindow({content: $ld7852cd2408d9d3205dc75b59a6ce22e});var infowindow = new google.maps.InfoWindow({content: $ld7852cd2408d9d3205dc75b59a6ce22e});google.maps.event.addListener(m_d7852cd2408d9d3205dc75b59a6ce22e, 'click', function() {infowindow.open(map,m_d7852cd2408d9d3205dc75b59a6ce22e);});$marker.push(m_d7852cd2408d9d3205dc75b59a6ce22e);}});}google.maps.event.addDomListener(window, 'load', initialize);