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(33.9816,-118.441)};var g_218d74e5baad59739f3897b84c3ffdba = new google.maps.Geocoder();g_218d74e5baad59739f3897b84c3ffdba.geocode( { 'address': "4640 Admiralty Way #430, Marina Del Rey, CA 90292, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marina-del-rey-CA-rpm-mortgage-dean-wong').style.display = '';map = new google.maps.Map(document.getElementById('marina-del-rey-CA-rpm-mortgage-dean-wong'), mapOptions);}document.getElementById('a875c0d8').innerHTML += ' | View Map';var $l218d74e5baad59739f3897b84c3ffdba = '

RPM Mortgage: Dean Wong

Address: 4640 Admiralty Way #430, Marina Del Rey, CA 90292, USA
Phone: (310) 574-7777
';var m_218d74e5baad59739f3897b84c3ffdba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'RPM Mortgage: Dean Wong',});m_218d74e5baad59739f3897b84c3ffdba['infowindow'] = new google.maps.InfoWindow({content: $l218d74e5baad59739f3897b84c3ffdba});var infowindow = new google.maps.InfoWindow({content: $l218d74e5baad59739f3897b84c3ffdba});google.maps.event.addListener(m_218d74e5baad59739f3897b84c3ffdba, 'click', function() {infowindow.open(map,m_218d74e5baad59739f3897b84c3ffdba);});$marker.push(m_218d74e5baad59739f3897b84c3ffdba);}});}google.maps.event.addDomListener(window, 'load', initialize);