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.5793,-118.119)};var g_d327179eda159343f17320a8e9ae7a16 = new google.maps.Geocoder();g_d327179eda159343f17320a8e9ae7a16.geocode( { 'address': "536 E Palmdale Blvd, Palmdale, CA 93550, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('palmdale-CA-financial-independence-mtg').style.display = '';map = new google.maps.Map(document.getElementById('palmdale-CA-financial-independence-mtg'), mapOptions);}document.getElementById('c453fde4').innerHTML += ' | View Map';var $ld327179eda159343f17320a8e9ae7a16 = '

Financial Independence Mtg

Address: 536 E Palmdale Blvd, Palmdale, CA 93550, USA
Phone: (661) 726-9000
';var m_d327179eda159343f17320a8e9ae7a16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Financial Independence Mtg',});m_d327179eda159343f17320a8e9ae7a16['infowindow'] = new google.maps.InfoWindow({content: $ld327179eda159343f17320a8e9ae7a16});var infowindow = new google.maps.InfoWindow({content: $ld327179eda159343f17320a8e9ae7a16});google.maps.event.addListener(m_d327179eda159343f17320a8e9ae7a16, 'click', function() {infowindow.open(map,m_d327179eda159343f17320a8e9ae7a16);});$marker.push(m_d327179eda159343f17320a8e9ae7a16);}});}google.maps.event.addDomListener(window, 'load', initialize);