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.7479,-117.867)};var g_e5d77bc11323b8b14d4b9ca5e9cba621 = new google.maps.Geocoder();g_e5d77bc11323b8b14d4b9ca5e9cba621.geocode( { 'address': "102 E 4th St #4, Santa Ana, CA 92701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('santa-ana-CA-champion-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('santa-ana-CA-champion-financial-services'), mapOptions);}document.getElementById('22c085f6').innerHTML += ' | View Map';var $le5d77bc11323b8b14d4b9ca5e9cba621 = '

Champion Financial Services

Address: 102 E 4th St #4, Santa Ana, CA 92701, USA
Phone: (714) 705-4939
';var m_e5d77bc11323b8b14d4b9ca5e9cba621 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Champion Financial Services',});m_e5d77bc11323b8b14d4b9ca5e9cba621['infowindow'] = new google.maps.InfoWindow({content: $le5d77bc11323b8b14d4b9ca5e9cba621});var infowindow = new google.maps.InfoWindow({content: $le5d77bc11323b8b14d4b9ca5e9cba621});google.maps.event.addListener(m_e5d77bc11323b8b14d4b9ca5e9cba621, 'click', function() {infowindow.open(map,m_e5d77bc11323b8b14d4b9ca5e9cba621);});$marker.push(m_e5d77bc11323b8b14d4b9ca5e9cba621);}});}google.maps.event.addDomListener(window, 'load', initialize);