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(61.1957,-149.878)};var g_9357e8d9b96de4920a57ba55651c5687 = new google.maps.Geocoder();g_9357e8d9b96de4920a57ba55651c5687.geocode( { 'address': "301 E Northern Lights Blvd, Anchorage, AK 99503, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('anchorage-AK-alaska-cash').style.display = '';map = new google.maps.Map(document.getElementById('anchorage-AK-alaska-cash'), mapOptions);}document.getElementById('48569ef4').innerHTML += ' | View Map';var $l9357e8d9b96de4920a57ba55651c5687 = '

Alaska Cash

Address: 301 E Northern Lights Blvd, Anchorage, AK 99503, USA
Phone: (907) 333-2121
';var m_9357e8d9b96de4920a57ba55651c5687 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alaska Cash',});m_9357e8d9b96de4920a57ba55651c5687['infowindow'] = new google.maps.InfoWindow({content: $l9357e8d9b96de4920a57ba55651c5687});var infowindow = new google.maps.InfoWindow({content: $l9357e8d9b96de4920a57ba55651c5687});google.maps.event.addListener(m_9357e8d9b96de4920a57ba55651c5687, 'click', function() {infowindow.open(map,m_9357e8d9b96de4920a57ba55651c5687);});$marker.push(m_9357e8d9b96de4920a57ba55651c5687);}});}google.maps.event.addDomListener(window, 'load', initialize);