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.5102,-117.326)};var g_1074cf6dee6fd3a453ea3fa9d190a430 = new google.maps.Geocoder();g_1074cf6dee6fd3a453ea3fa9d190a430.geocode( { 'address': "15490 Civic Dr #102, Victorville, CA 92392, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victorville-CA-gonzales-realty-group-inc').style.display = '';map = new google.maps.Map(document.getElementById('victorville-CA-gonzales-realty-group-inc'), mapOptions);}document.getElementById('d8376cc3').innerHTML += ' | View Map';var $l1074cf6dee6fd3a453ea3fa9d190a430 = '

Gonzales Realty Group, Inc.

Address: 15490 Civic Dr #102, Victorville, CA 92392, USA
Phone: (760) 694-9070
';var m_1074cf6dee6fd3a453ea3fa9d190a430 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Gonzales Realty Group, Inc.',});m_1074cf6dee6fd3a453ea3fa9d190a430['infowindow'] = new google.maps.InfoWindow({content: $l1074cf6dee6fd3a453ea3fa9d190a430});var infowindow = new google.maps.InfoWindow({content: $l1074cf6dee6fd3a453ea3fa9d190a430});google.maps.event.addListener(m_1074cf6dee6fd3a453ea3fa9d190a430, 'click', function() {infowindow.open(map,m_1074cf6dee6fd3a453ea3fa9d190a430);});$marker.push(m_1074cf6dee6fd3a453ea3fa9d190a430);}});}google.maps.event.addDomListener(window, 'load', initialize);