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.8881,-118.375)};var g_41caf35ddce1e1f80415f7e5a1dc815f = new google.maps.Geocoder();g_41caf35ddce1e1f80415f7e5a1dc815f.geocode( { 'address': "2015 Manhattan Beach Blvd #101, Redondo Beach, CA 92505, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('redondo-beach-CA-marcus-turner').style.display = '';map = new google.maps.Map(document.getElementById('redondo-beach-CA-marcus-turner'), mapOptions);}document.getElementById('b759a4c8').innerHTML += ' | View Map';var $l41caf35ddce1e1f80415f7e5a1dc815f = '

Marcus Turner

Address: 2015 Manhattan Beach Blvd #101, Redondo Beach, CA 92505, USA
Phone: (310) 926-0844
';var m_41caf35ddce1e1f80415f7e5a1dc815f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marcus Turner',});m_41caf35ddce1e1f80415f7e5a1dc815f['infowindow'] = new google.maps.InfoWindow({content: $l41caf35ddce1e1f80415f7e5a1dc815f});var infowindow = new google.maps.InfoWindow({content: $l41caf35ddce1e1f80415f7e5a1dc815f});google.maps.event.addListener(m_41caf35ddce1e1f80415f7e5a1dc815f, 'click', function() {infowindow.open(map,m_41caf35ddce1e1f80415f7e5a1dc815f);});$marker.push(m_41caf35ddce1e1f80415f7e5a1dc815f);}});}google.maps.event.addDomListener(window, 'load', initialize);