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.6459,-118.135)};var g_4c5aebdcd06d236d4046d2cc0b8a774e = new google.maps.Geocoder();g_4c5aebdcd06d236d4046d2cc0b8a774e.geocode( { 'address': "237 W Avenue M, Lancaster, CA 93535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-mgm-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-mgm-mortgage'), mapOptions);}document.getElementById('b444ea36').innerHTML += ' | View Map';var $l4c5aebdcd06d236d4046d2cc0b8a774e = '

MGM Mortgage

Address: 237 W Avenue M, Lancaster, CA 93535, USA
Phone: (661) 948-6440
';var m_4c5aebdcd06d236d4046d2cc0b8a774e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MGM Mortgage',});m_4c5aebdcd06d236d4046d2cc0b8a774e['infowindow'] = new google.maps.InfoWindow({content: $l4c5aebdcd06d236d4046d2cc0b8a774e});var infowindow = new google.maps.InfoWindow({content: $l4c5aebdcd06d236d4046d2cc0b8a774e});google.maps.event.addListener(m_4c5aebdcd06d236d4046d2cc0b8a774e, 'click', function() {infowindow.open(map,m_4c5aebdcd06d236d4046d2cc0b8a774e);});$marker.push(m_4c5aebdcd06d236d4046d2cc0b8a774e);}});}google.maps.event.addDomListener(window, 'load', initialize);