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(34.5801,-118.095)};var g_85210cebc92828331bec22143f62129b = new google.maps.Geocoder();g_85210cebc92828331bec22143f62129b.geocode( { 'address': "1823-I Palmdale Blvd East, Ste 103, Palmdale, CA 93550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-check-into-cash').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-check-into-cash'), mapOptions);}document.getElementById('c05cd110').innerHTML += ' | View Map';var $l85210cebc92828331bec22143f62129b = '

Check Into Cash

Address: 1823-I Palmdale Blvd East, Ste 103, Palmdale, CA 93550, USA
Phone: (661) 265-1902
';var m_85210cebc92828331bec22143f62129b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Into Cash',});m_85210cebc92828331bec22143f62129b['infowindow'] = new google.maps.InfoWindow({content: $l85210cebc92828331bec22143f62129b});var infowindow = new google.maps.InfoWindow({content: $l85210cebc92828331bec22143f62129b});google.maps.event.addListener(m_85210cebc92828331bec22143f62129b, 'click', function() {infowindow.open(map,m_85210cebc92828331bec22143f62129b);});$marker.push(m_85210cebc92828331bec22143f62129b);}});}google.maps.event.addDomListener(window, 'load', initialize);