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(32.7679,-117.056)};var g_1f8fe28e9283d7b5300af087a298f200 = new google.maps.Geocoder();g_1f8fe28e9283d7b5300af087a298f200.geocode( { 'address': "6620 El Cajon Blvd Ste B, San Diego, CA 92115, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-champion-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-champion-financial-services'), mapOptions);}document.getElementById('eb98a9f9').innerHTML += ' | View Map';var $l1f8fe28e9283d7b5300af087a298f200 = '

Champion Financial Services

Address: 6620 El Cajon Blvd Ste B, San Diego, CA 92115, USA
Phone: (619) 383-3006
';var m_1f8fe28e9283d7b5300af087a298f200 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Champion Financial Services',});m_1f8fe28e9283d7b5300af087a298f200['infowindow'] = new google.maps.InfoWindow({content: $l1f8fe28e9283d7b5300af087a298f200});var infowindow = new google.maps.InfoWindow({content: $l1f8fe28e9283d7b5300af087a298f200});google.maps.event.addListener(m_1f8fe28e9283d7b5300af087a298f200, 'click', function() {infowindow.open(map,m_1f8fe28e9283d7b5300af087a298f200);});$marker.push(m_1f8fe28e9283d7b5300af087a298f200);}});}google.maps.event.addDomListener(window, 'load', initialize);