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(37.3571,-121.93)};var g_a42bd9559632f78627035ea098e277f8 = new google.maps.Geocoder();g_a42bd9559632f78627035ea098e277f8.geocode( { 'address': "1250 Aviation Ave #200q, San Jose, CA 95110, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-c2-financial-corporation---shawn-sidhu').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-c2-financial-corporation---shawn-sidhu'), mapOptions);}document.getElementById('826567f4').innerHTML += ' | View Map';var $la42bd9559632f78627035ea098e277f8 = '

C2 Financial Corporation - Shawn Sidhu

Address: 1250 Aviation Ave #200q, San Jose, CA 95110, USA
Phone: (408) 599-3628
';var m_a42bd9559632f78627035ea098e277f8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C2 Financial Corporation - Shawn Sidhu',});m_a42bd9559632f78627035ea098e277f8['infowindow'] = new google.maps.InfoWindow({content: $la42bd9559632f78627035ea098e277f8});var infowindow = new google.maps.InfoWindow({content: $la42bd9559632f78627035ea098e277f8});google.maps.event.addListener(m_a42bd9559632f78627035ea098e277f8, 'click', function() {infowindow.open(map,m_a42bd9559632f78627035ea098e277f8);});$marker.push(m_a42bd9559632f78627035ea098e277f8);}});}google.maps.event.addDomListener(window, 'load', initialize);