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(37.0089,-121.951)};var g_702e52be319c9b692e5225702830df04 = new google.maps.Geocoder();g_702e52be319c9b692e5225702830df04.geocode( { 'address': "2601 41st Ave, Soquel, CA 95073"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('soquel-CA-manzanita-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('soquel-CA-manzanita-mortgage'), mapOptions);}document.getElementById('9c84568a').innerHTML += ' | View Map';var $l702e52be319c9b692e5225702830df04 = '

Manzanita Mortgage

Address: 2601 41st Ave, Soquel, CA 95073
Phone: (831) 475-4747
';var m_702e52be319c9b692e5225702830df04 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Manzanita Mortgage',});m_702e52be319c9b692e5225702830df04['infowindow'] = new google.maps.InfoWindow({content: $l702e52be319c9b692e5225702830df04});var infowindow = new google.maps.InfoWindow({content: $l702e52be319c9b692e5225702830df04});google.maps.event.addListener(m_702e52be319c9b692e5225702830df04, 'click', function() {infowindow.open(map,m_702e52be319c9b692e5225702830df04);});$marker.push(m_702e52be319c9b692e5225702830df04);}});}google.maps.event.addDomListener(window, 'load', initialize);