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.689,-118.161)};var g_fe065cf78f3f3c12b6af5a4f1ee790fb = new google.maps.Geocoder();g_fe065cf78f3f3c12b6af5a4f1ee790fb.geocode( { 'address': "1672 W Avenue J #207, Lancaster, CA 93534, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lancaster-CA-benn-realty-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('lancaster-CA-benn-realty-services-inc'), mapOptions);}document.getElementById('d02b20f8').innerHTML += ' | View Map';var $lfe065cf78f3f3c12b6af5a4f1ee790fb = '

Benn Realty Services, Inc.

Address: 1672 W Avenue J #207, Lancaster, CA 93534, USA
Phone: (800) 801-5566
';var m_fe065cf78f3f3c12b6af5a4f1ee790fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benn Realty Services, Inc.',});m_fe065cf78f3f3c12b6af5a4f1ee790fb['infowindow'] = new google.maps.InfoWindow({content: $lfe065cf78f3f3c12b6af5a4f1ee790fb});var infowindow = new google.maps.InfoWindow({content: $lfe065cf78f3f3c12b6af5a4f1ee790fb});google.maps.event.addListener(m_fe065cf78f3f3c12b6af5a4f1ee790fb, 'click', function() {infowindow.open(map,m_fe065cf78f3f3c12b6af5a4f1ee790fb);});$marker.push(m_fe065cf78f3f3c12b6af5a4f1ee790fb);}});}google.maps.event.addDomListener(window, 'load', initialize);