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(39.7589,-121.625)};var g_473bd593d24745424d967e7f45f79892 = new google.maps.Geocoder();g_473bd593d24745424d967e7f45f79892.geocode( { 'address': "6451 Skyway Rd, Paradise, CA 95969, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paradise-CA-a-1-check-cashing-of-paradise').style.display = '';map = new google.maps.Map(document.getElementById('paradise-CA-a-1-check-cashing-of-paradise'), mapOptions);}document.getElementById('354adb5d').innerHTML += ' | View Map';var $l473bd593d24745424d967e7f45f79892 = '

A-1 Check Cashing of Paradise

Address: 6451 Skyway Rd, Paradise, CA 95969, USA
Phone: (530) 872-7500
';var m_473bd593d24745424d967e7f45f79892 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'A-1 Check Cashing of Paradise',});m_473bd593d24745424d967e7f45f79892['infowindow'] = new google.maps.InfoWindow({content: $l473bd593d24745424d967e7f45f79892});var infowindow = new google.maps.InfoWindow({content: $l473bd593d24745424d967e7f45f79892});google.maps.event.addListener(m_473bd593d24745424d967e7f45f79892, 'click', function() {infowindow.open(map,m_473bd593d24745424d967e7f45f79892);});$marker.push(m_473bd593d24745424d967e7f45f79892);}});}google.maps.event.addDomListener(window, 'load', initialize);