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.8192,-118.386)};var g_c286b87587820a1b20b16a94bee537a4 = new google.maps.Geocoder();g_c286b87587820a1b20b16a94bee537a4.geocode( { 'address': "1617 S Pacific Coast Hwy, Redondo Beach, CA 90277, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-real-interest').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-real-interest'), mapOptions);}document.getElementById('145ff846').innerHTML += ' | View Map';var $lc286b87587820a1b20b16a94bee537a4 = '

Real Interest

Address: 1617 S Pacific Coast Hwy, Redondo Beach, CA 90277, USA
Phone: (310) 791-5755
';var m_c286b87587820a1b20b16a94bee537a4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Real Interest',});m_c286b87587820a1b20b16a94bee537a4['infowindow'] = new google.maps.InfoWindow({content: $lc286b87587820a1b20b16a94bee537a4});var infowindow = new google.maps.InfoWindow({content: $lc286b87587820a1b20b16a94bee537a4});google.maps.event.addListener(m_c286b87587820a1b20b16a94bee537a4, 'click', function() {infowindow.open(map,m_c286b87587820a1b20b16a94bee537a4);});$marker.push(m_c286b87587820a1b20b16a94bee537a4);}});}google.maps.event.addDomListener(window, 'load', initialize);