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.7856,-117.254)};var g_4444420b54b73b5aae96fe23b2824fc4 = new google.maps.Geocoder();g_4444420b54b73b5aae96fe23b2824fc4.geocode( { 'address': "703 Sunset Ct, San Diego, CA 92109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-c2-financial-corporation').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-c2-financial-corporation'), mapOptions);}document.getElementById('77df7303').innerHTML += ' | View Map';var $l4444420b54b73b5aae96fe23b2824fc4 = '

C2 Financial Corporation

Address: 703 Sunset Ct, San Diego, CA 92109, USA
Phone: (858) 220-2112
';var m_4444420b54b73b5aae96fe23b2824fc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C2 Financial Corporation',});m_4444420b54b73b5aae96fe23b2824fc4['infowindow'] = new google.maps.InfoWindow({content: $l4444420b54b73b5aae96fe23b2824fc4});var infowindow = new google.maps.InfoWindow({content: $l4444420b54b73b5aae96fe23b2824fc4});google.maps.event.addListener(m_4444420b54b73b5aae96fe23b2824fc4, 'click', function() {infowindow.open(map,m_4444420b54b73b5aae96fe23b2824fc4);});$marker.push(m_4444420b54b73b5aae96fe23b2824fc4);}});}google.maps.event.addDomListener(window, 'load', initialize);