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.8644,-118.31)};var g_c8ee0c6255707903688cf23566daba69 = new google.maps.Geocoder();g_c8ee0c6255707903688cf23566daba69.geocode( { 'address': "18321 S Western Ave Ste J, Gardena, CA 90248, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('gardena-CA-blue-vista-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('gardena-CA-blue-vista-mortgage'), mapOptions);}document.getElementById('7fd63d47').innerHTML += ' | View Map';var $lc8ee0c6255707903688cf23566daba69 = '

Blue Vista Mortgage

Address: 18321 S Western Ave Ste J, Gardena, CA 90248, USA
Phone: (310) 818-0270
';var m_c8ee0c6255707903688cf23566daba69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Blue Vista Mortgage',});m_c8ee0c6255707903688cf23566daba69['infowindow'] = new google.maps.InfoWindow({content: $lc8ee0c6255707903688cf23566daba69});var infowindow = new google.maps.InfoWindow({content: $lc8ee0c6255707903688cf23566daba69});google.maps.event.addListener(m_c8ee0c6255707903688cf23566daba69, 'click', function() {infowindow.open(map,m_c8ee0c6255707903688cf23566daba69);});$marker.push(m_c8ee0c6255707903688cf23566daba69);}});}google.maps.event.addDomListener(window, 'load', initialize);