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.81,-121.994)};var g_83da7c539e1ab4e759623c38d8737e9e = new google.maps.Geocoder();g_83da7c539e1ab4e759623c38d8737e9e.geocode( { 'address': "780 San Ramon Valley Blvd #200, Danville, CA 94526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-alameda-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-alameda-mortgage-corporation'), mapOptions);}document.getElementById('6c37002b').innerHTML += ' | View Map';var $l83da7c539e1ab4e759623c38d8737e9e = '

Alameda Mortgage Corporation

Address: 780 San Ramon Valley Blvd #200, Danville, CA 94526, USA
Phone: (925) 855-7131
';var m_83da7c539e1ab4e759623c38d8737e9e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Alameda Mortgage Corporation',});m_83da7c539e1ab4e759623c38d8737e9e['infowindow'] = new google.maps.InfoWindow({content: $l83da7c539e1ab4e759623c38d8737e9e});var infowindow = new google.maps.InfoWindow({content: $l83da7c539e1ab4e759623c38d8737e9e});google.maps.event.addListener(m_83da7c539e1ab4e759623c38d8737e9e, 'click', function() {infowindow.open(map,m_83da7c539e1ab4e759623c38d8737e9e);});$marker.push(m_83da7c539e1ab4e759623c38d8737e9e);}});}google.maps.event.addDomListener(window, 'load', initialize);