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.5892,-118.14)};var g_fc56e1700f97532fd62fcb6105f24566 = new google.maps.Geocoder();g_fc56e1700f97532fd62fcb6105f24566.geocode( { 'address': "530 Commerce Ave, Palmdale, CA 93551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-all-american-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-all-american-financial-services'), mapOptions);}document.getElementById('2cdd4b7b').innerHTML += ' | View Map';var $lfc56e1700f97532fd62fcb6105f24566 = '

All American Financial Services

Address: 530 Commerce Ave, Palmdale, CA 93551, USA
Phone: (661) 949-6681
';var m_fc56e1700f97532fd62fcb6105f24566 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'All American Financial Services',});m_fc56e1700f97532fd62fcb6105f24566['infowindow'] = new google.maps.InfoWindow({content: $lfc56e1700f97532fd62fcb6105f24566});var infowindow = new google.maps.InfoWindow({content: $lfc56e1700f97532fd62fcb6105f24566});google.maps.event.addListener(m_fc56e1700f97532fd62fcb6105f24566, 'click', function() {infowindow.open(map,m_fc56e1700f97532fd62fcb6105f24566);});$marker.push(m_fc56e1700f97532fd62fcb6105f24566);}});}google.maps.event.addDomListener(window, 'load', initialize);