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.2441,-119.183)};var g_46b57b7d1708b1c67cac989963a5c226 = new google.maps.Geocoder();g_46b57b7d1708b1c67cac989963a5c226.geocode( { 'address': "2775 N Ventura Rd #102, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-gem-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-gem-mortgage'), mapOptions);}document.getElementById('aeb9b6bb').innerHTML += ' | View Map';var $l46b57b7d1708b1c67cac989963a5c226 = '

GEM Mortgage

Address: 2775 N Ventura Rd #102, Oxnard, CA 93036, USA
Phone: (805) 479-9283
';var m_46b57b7d1708b1c67cac989963a5c226 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GEM Mortgage',});m_46b57b7d1708b1c67cac989963a5c226['infowindow'] = new google.maps.InfoWindow({content: $l46b57b7d1708b1c67cac989963a5c226});var infowindow = new google.maps.InfoWindow({content: $l46b57b7d1708b1c67cac989963a5c226});google.maps.event.addListener(m_46b57b7d1708b1c67cac989963a5c226, 'click', function() {infowindow.open(map,m_46b57b7d1708b1c67cac989963a5c226);});$marker.push(m_46b57b7d1708b1c67cac989963a5c226);}});}google.maps.event.addDomListener(window, 'load', initialize);