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.3224,-105.591)};var g_33c5f72ae7102a7c164b440fb568f439 = new google.maps.Geocoder();g_33c5f72ae7102a7c164b440fb568f439.geocode( { 'address': "1152 N 4th St b, Laramie, WY 82072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laramie-WY-loan-stop').style.display = '';map = new google.maps.Map(document.getElementById('laramie-WY-loan-stop'), mapOptions);}document.getElementById('b562edad').innerHTML += ' | View Map';var $l33c5f72ae7102a7c164b440fb568f439 = '

Loan Stop

Address: 1152 N 4th St b, Laramie, WY 82072, USA
Phone: (307) 742-3211
';var m_33c5f72ae7102a7c164b440fb568f439 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loan Stop',});m_33c5f72ae7102a7c164b440fb568f439['infowindow'] = new google.maps.InfoWindow({content: $l33c5f72ae7102a7c164b440fb568f439});var infowindow = new google.maps.InfoWindow({content: $l33c5f72ae7102a7c164b440fb568f439});google.maps.event.addListener(m_33c5f72ae7102a7c164b440fb568f439, 'click', function() {infowindow.open(map,m_33c5f72ae7102a7c164b440fb568f439);});$marker.push(m_33c5f72ae7102a7c164b440fb568f439);}});}google.maps.event.addDomListener(window, 'load', initialize);