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.2719,-119.253)};var g_be6c2732cecd00e796693d51acc23ddd = new google.maps.Geocoder();g_be6c2732cecd00e796693d51acc23ddd.geocode( { 'address': "3140 Telegraph Rd, Ventura, CA 93003, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ventura-CA-first-bank-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('ventura-CA-first-bank-mortgage'), mapOptions);}document.getElementById('ff1dbd89').innerHTML += ' | View Map';var $lbe6c2732cecd00e796693d51acc23ddd = '

First Bank Mortgage

Address: 3140 Telegraph Rd, Ventura, CA 93003, USA
Phone: (805) 339-2650
';var m_be6c2732cecd00e796693d51acc23ddd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank Mortgage',});m_be6c2732cecd00e796693d51acc23ddd['infowindow'] = new google.maps.InfoWindow({content: $lbe6c2732cecd00e796693d51acc23ddd});var infowindow = new google.maps.InfoWindow({content: $lbe6c2732cecd00e796693d51acc23ddd});google.maps.event.addListener(m_be6c2732cecd00e796693d51acc23ddd, 'click', function() {infowindow.open(map,m_be6c2732cecd00e796693d51acc23ddd);});$marker.push(m_be6c2732cecd00e796693d51acc23ddd);}});}google.maps.event.addDomListener(window, 'load', initialize);