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.2299,-119.173)};var g_4a7662799ae41340ff85a9dc5c85bec5 = new google.maps.Geocoder();g_4a7662799ae41340ff85a9dc5c85bec5.geocode( { 'address': "445 E Esplanade Dr, Oxnard, CA 93036, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oxnard-CA-medallion-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('oxnard-CA-medallion-mortgage'), mapOptions);}document.getElementById('da6d8cd0').innerHTML += ' | View Map';var $l4a7662799ae41340ff85a9dc5c85bec5 = '

Medallion Mortgage

Address: 445 E Esplanade Dr, Oxnard, CA 93036, USA
Phone: (805) 306-8050
';var m_4a7662799ae41340ff85a9dc5c85bec5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Medallion Mortgage',});m_4a7662799ae41340ff85a9dc5c85bec5['infowindow'] = new google.maps.InfoWindow({content: $l4a7662799ae41340ff85a9dc5c85bec5});var infowindow = new google.maps.InfoWindow({content: $l4a7662799ae41340ff85a9dc5c85bec5});google.maps.event.addListener(m_4a7662799ae41340ff85a9dc5c85bec5, 'click', function() {infowindow.open(map,m_4a7662799ae41340ff85a9dc5c85bec5);});$marker.push(m_4a7662799ae41340ff85a9dc5c85bec5);}});}google.maps.event.addDomListener(window, 'load', initialize);