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.683,-117.972)};var g_da25cf84b4ce1318957cb97477142dd4 = new google.maps.Geocoder();g_da25cf84b4ce1318957cb97477142dd4.geocode( { 'address': "8951 Crescent Dr, Huntington Beach, CA 92646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-finance-my-boat').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-finance-my-boat'), mapOptions);}document.getElementById('f49a45f5').innerHTML += ' | View Map';var $lda25cf84b4ce1318957cb97477142dd4 = '

Finance My Boat

Address: 8951 Crescent Dr, Huntington Beach, CA 92646, USA
Phone: (714) 378-5258
';var m_da25cf84b4ce1318957cb97477142dd4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Finance My Boat',});m_da25cf84b4ce1318957cb97477142dd4['infowindow'] = new google.maps.InfoWindow({content: $lda25cf84b4ce1318957cb97477142dd4});var infowindow = new google.maps.InfoWindow({content: $lda25cf84b4ce1318957cb97477142dd4});google.maps.event.addListener(m_da25cf84b4ce1318957cb97477142dd4, 'click', function() {infowindow.open(map,m_da25cf84b4ce1318957cb97477142dd4);});$marker.push(m_da25cf84b4ce1318957cb97477142dd4);}});}google.maps.event.addDomListener(window, 'load', initialize);