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.5822,-149.461)};var g_46592c441bf924003c69fec1e2d48a17 = new google.maps.Geocoder();g_46592c441bf924003c69fec1e2d48a17.geocode( { 'address': "449 W Parks Hwy, Wasilla, AK 99654, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wasilla-AK-color-tyme-rent-to-own').style.display = '';map = new google.maps.Map(document.getElementById('wasilla-AK-color-tyme-rent-to-own'), mapOptions);}document.getElementById('9ec47850').innerHTML += ' | View Map';var $l46592c441bf924003c69fec1e2d48a17 = '

Color Tyme Rent-To-Own

Address: 449 W Parks Hwy, Wasilla, AK 99654, USA
Phone: (907) 677-7988
';var m_46592c441bf924003c69fec1e2d48a17 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Color Tyme Rent-To-Own',});m_46592c441bf924003c69fec1e2d48a17['infowindow'] = new google.maps.InfoWindow({content: $l46592c441bf924003c69fec1e2d48a17});var infowindow = new google.maps.InfoWindow({content: $l46592c441bf924003c69fec1e2d48a17});google.maps.event.addListener(m_46592c441bf924003c69fec1e2d48a17, 'click', function() {infowindow.open(map,m_46592c441bf924003c69fec1e2d48a17);});$marker.push(m_46592c441bf924003c69fec1e2d48a17);}});}google.maps.event.addDomListener(window, 'load', initialize);