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(33.7295,-116.971)};var g_d03601061406c22f46e56a2e2d1a6053 = new google.maps.Geocoder();g_d03601061406c22f46e56a2e2d1a6053.geocode( { 'address': "140 Stetson Ave #186, Hemet, CA 92543, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hemet-CA-mgk-properties-inc').style.display = '';map = new google.maps.Map(document.getElementById('hemet-CA-mgk-properties-inc'), mapOptions);}document.getElementById('99d42a4f').innerHTML += ' | View Map';var $ld03601061406c22f46e56a2e2d1a6053 = '

MGK Properties, Inc.

Address: 140 Stetson Ave #186, Hemet, CA 92543, USA
Phone: (951) 522-3812
';var m_d03601061406c22f46e56a2e2d1a6053 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MGK Properties, Inc.',});m_d03601061406c22f46e56a2e2d1a6053['infowindow'] = new google.maps.InfoWindow({content: $ld03601061406c22f46e56a2e2d1a6053});var infowindow = new google.maps.InfoWindow({content: $ld03601061406c22f46e56a2e2d1a6053});google.maps.event.addListener(m_d03601061406c22f46e56a2e2d1a6053, 'click', function() {infowindow.open(map,m_d03601061406c22f46e56a2e2d1a6053);});$marker.push(m_d03601061406c22f46e56a2e2d1a6053);}});}google.maps.event.addDomListener(window, 'load', initialize);