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.9784,-122.333)};var g_08faccc6091d82ac318eef914db78630 = new google.maps.Geocoder();g_08faccc6091d82ac318eef914db78630.geocode( { 'address': "2938 Hilltop Rd, Suite B, Richmond, CA 94806, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('richmond-CA-platinum-home-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('richmond-CA-platinum-home-mortgage'), mapOptions);}document.getElementById('57e3f460').innerHTML += ' | View Map';var $l08faccc6091d82ac318eef914db78630 = '

Platinum Home Mortgage

Address: 2938 Hilltop Rd, Suite B, Richmond, CA 94806, USA
Phone: (510) 262-6622
';var m_08faccc6091d82ac318eef914db78630 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Platinum Home Mortgage',});m_08faccc6091d82ac318eef914db78630['infowindow'] = new google.maps.InfoWindow({content: $l08faccc6091d82ac318eef914db78630});var infowindow = new google.maps.InfoWindow({content: $l08faccc6091d82ac318eef914db78630});google.maps.event.addListener(m_08faccc6091d82ac318eef914db78630, 'click', function() {infowindow.open(map,m_08faccc6091d82ac318eef914db78630);});$marker.push(m_08faccc6091d82ac318eef914db78630);}});}google.maps.event.addDomListener(window, 'load', initialize);