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.7438,-118.028)};var g_654c7b87ce5408afabcf1a4b6717e9a6 = new google.maps.Geocoder();g_654c7b87ce5408afabcf1a4b6717e9a6.geocode( { 'address': "5762 Bolsa Ave #217, Huntington Beach, CA 92649, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-beach-CA-unity-west-lending').style.display = '';map = new google.maps.Map(document.getElementById('huntington-beach-CA-unity-west-lending'), mapOptions);}document.getElementById('02477d49').innerHTML += ' | View Map';var $l654c7b87ce5408afabcf1a4b6717e9a6 = '

Unity West Lending

Address: 5762 Bolsa Ave #217, Huntington Beach, CA 92649, USA
Phone: (714) 422-0880
';var m_654c7b87ce5408afabcf1a4b6717e9a6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Unity West Lending',});m_654c7b87ce5408afabcf1a4b6717e9a6['infowindow'] = new google.maps.InfoWindow({content: $l654c7b87ce5408afabcf1a4b6717e9a6});var infowindow = new google.maps.InfoWindow({content: $l654c7b87ce5408afabcf1a4b6717e9a6});google.maps.event.addListener(m_654c7b87ce5408afabcf1a4b6717e9a6, 'click', function() {infowindow.open(map,m_654c7b87ce5408afabcf1a4b6717e9a6);});$marker.push(m_654c7b87ce5408afabcf1a4b6717e9a6);}});}google.maps.event.addDomListener(window, 'load', initialize);