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.8935,-122.115)};var g_dc68f543fe1c7adaa9d94abe7a9f1197 = new google.maps.Geocoder();g_dc68f543fe1c7adaa9d94abe7a9f1197.geocode( { 'address': "3468 Mt Diablo Blvd # B115, Lafayette, CA 94549, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-CA-classic-home-loans').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-CA-classic-home-loans'), mapOptions);}document.getElementById('5f7aa9c6').innerHTML += ' | View Map';var $ldc68f543fe1c7adaa9d94abe7a9f1197 = '

Classic Home Loans

Address: 3468 Mt Diablo Blvd # B115, Lafayette, CA 94549, USA
Phone: (510) 834-0702
';var m_dc68f543fe1c7adaa9d94abe7a9f1197 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Classic Home Loans',});m_dc68f543fe1c7adaa9d94abe7a9f1197['infowindow'] = new google.maps.InfoWindow({content: $ldc68f543fe1c7adaa9d94abe7a9f1197});var infowindow = new google.maps.InfoWindow({content: $ldc68f543fe1c7adaa9d94abe7a9f1197});google.maps.event.addListener(m_dc68f543fe1c7adaa9d94abe7a9f1197, 'click', function() {infowindow.open(map,m_dc68f543fe1c7adaa9d94abe7a9f1197);});$marker.push(m_dc68f543fe1c7adaa9d94abe7a9f1197);}});}google.maps.event.addDomListener(window, 'load', initialize);