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.2811,-119.29)};var g_1bc5af5d88196bc1f9b3485de644ede7 = new google.maps.Geocoder();g_1bc5af5d88196bc1f9b3485de644ede7.geocode( { 'address': "721 E Main St, Ventura, CA 93001, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-online-mortgage-solutions').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-online-mortgage-solutions'), mapOptions);}document.getElementById('f5d943a9').innerHTML += ' | View Map';var $l1bc5af5d88196bc1f9b3485de644ede7 = '

Online Mortgage Solutions

Address: 721 E Main St, Ventura, CA 93001, USA
Phone: (805) 477-1150
';var m_1bc5af5d88196bc1f9b3485de644ede7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Online Mortgage Solutions',});m_1bc5af5d88196bc1f9b3485de644ede7['infowindow'] = new google.maps.InfoWindow({content: $l1bc5af5d88196bc1f9b3485de644ede7});var infowindow = new google.maps.InfoWindow({content: $l1bc5af5d88196bc1f9b3485de644ede7});google.maps.event.addListener(m_1bc5af5d88196bc1f9b3485de644ede7, 'click', function() {infowindow.open(map,m_1bc5af5d88196bc1f9b3485de644ede7);});$marker.push(m_1bc5af5d88196bc1f9b3485de644ede7);}});}google.maps.event.addDomListener(window, 'load', initialize);