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.8233,-121.996)};var g_9a24d08ab67dee43098222189f24cc1a = new google.maps.Geocoder();g_9a24d08ab67dee43098222189f24cc1a.geocode( { 'address': "370 Diablo Rd #103, Danville, CA 94526, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('danville-CA-linda-zaiss---rpm-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('danville-CA-linda-zaiss---rpm-mortgage-inc'), mapOptions);}document.getElementById('ff0a84c4').innerHTML += ' | View Map';var $l9a24d08ab67dee43098222189f24cc1a = '

Linda Zaiss - RPM Mortgage, Inc.

Address: 370 Diablo Rd #103, Danville, CA 94526, USA
Phone: (925) 552-1185
';var m_9a24d08ab67dee43098222189f24cc1a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Linda Zaiss - RPM Mortgage, Inc.',});m_9a24d08ab67dee43098222189f24cc1a['infowindow'] = new google.maps.InfoWindow({content: $l9a24d08ab67dee43098222189f24cc1a});var infowindow = new google.maps.InfoWindow({content: $l9a24d08ab67dee43098222189f24cc1a});google.maps.event.addListener(m_9a24d08ab67dee43098222189f24cc1a, 'click', function() {infowindow.open(map,m_9a24d08ab67dee43098222189f24cc1a);});$marker.push(m_9a24d08ab67dee43098222189f24cc1a);}});}google.maps.event.addDomListener(window, 'load', initialize);