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.6757,-118.164)};var g_1b9f4509947143acc0323f3c8c82c25c = new google.maps.Geocoder();g_1b9f4509947143acc0323f3c8c82c25c.geocode( { 'address': "1805 W Ave K #204, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-evergreen-home-loans---lancaster-branch').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-evergreen-home-loans---lancaster-branch'), mapOptions);}document.getElementById('df398a92').innerHTML += ' | View Map';var $l1b9f4509947143acc0323f3c8c82c25c = '

Evergreen Home Loans - Lancaster Branch

Address: 1805 W Ave K #204, Lancaster, CA 93534, USA
Phone: (661) 723-6700
';var m_1b9f4509947143acc0323f3c8c82c25c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Evergreen Home Loans - Lancaster Branch',});m_1b9f4509947143acc0323f3c8c82c25c['infowindow'] = new google.maps.InfoWindow({content: $l1b9f4509947143acc0323f3c8c82c25c});var infowindow = new google.maps.InfoWindow({content: $l1b9f4509947143acc0323f3c8c82c25c});google.maps.event.addListener(m_1b9f4509947143acc0323f3c8c82c25c, 'click', function() {infowindow.open(map,m_1b9f4509947143acc0323f3c8c82c25c);});$marker.push(m_1b9f4509947143acc0323f3c8c82c25c);}});}google.maps.event.addDomListener(window, 'load', initialize);