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.4208,-119.643)};var g_d16dcfcb8006fc84bd0ab2ea79b70863 = new google.maps.Geocoder();g_d16dcfcb8006fc84bd0ab2ea79b70863.geocode( { 'address': "1235 Coast Village Rd # D, Montecito, CA 93108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montecito-CA-coast-village-realty--loan').style.display = '';map = new google.maps.Map(document.getElementById('montecito-CA-coast-village-realty--loan'), mapOptions);}document.getElementById('a50743ed').innerHTML += ' | View Map';var $ld16dcfcb8006fc84bd0ab2ea79b70863 = '

Coast Village Realty & Loan

Address: 1235 Coast Village Rd # D, Montecito, CA 93108, USA
Phone: (805) 565-3898
';var m_d16dcfcb8006fc84bd0ab2ea79b70863 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coast Village Realty & Loan',});m_d16dcfcb8006fc84bd0ab2ea79b70863['infowindow'] = new google.maps.InfoWindow({content: $ld16dcfcb8006fc84bd0ab2ea79b70863});var infowindow = new google.maps.InfoWindow({content: $ld16dcfcb8006fc84bd0ab2ea79b70863});google.maps.event.addListener(m_d16dcfcb8006fc84bd0ab2ea79b70863, 'click', function() {infowindow.open(map,m_d16dcfcb8006fc84bd0ab2ea79b70863);});$marker.push(m_d16dcfcb8006fc84bd0ab2ea79b70863);}});}google.maps.event.addDomListener(window, 'load', initialize);