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(36.6723,-121.655)};var g_fe29797ff17991c1e35eb71164d4b951 = new google.maps.Geocoder();g_fe29797ff17991c1e35eb71164d4b951.geocode( { 'address': "362 Main St, Salinas, CA 93901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('salinas-CA-blue-adobe-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('salinas-CA-blue-adobe-mortgage'), mapOptions);}document.getElementById('397c2144').innerHTML += ' | View Map';var $lfe29797ff17991c1e35eb71164d4b951 = '

Blue Adobe Mortgage

Address: 362 Main St, Salinas, CA 93901, USA
Phone: (813) 250-5559
';var m_fe29797ff17991c1e35eb71164d4b951 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Adobe Mortgage',});m_fe29797ff17991c1e35eb71164d4b951['infowindow'] = new google.maps.InfoWindow({content: $lfe29797ff17991c1e35eb71164d4b951});var infowindow = new google.maps.InfoWindow({content: $lfe29797ff17991c1e35eb71164d4b951});google.maps.event.addListener(m_fe29797ff17991c1e35eb71164d4b951, 'click', function() {infowindow.open(map,m_fe29797ff17991c1e35eb71164d4b951);});$marker.push(m_fe29797ff17991c1e35eb71164d4b951);}});}google.maps.event.addDomListener(window, 'load', initialize);