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.3163,-121.944)};var g_c42310820c7903ced4c9bd7101e8e43a = new google.maps.Geocoder();g_c42310820c7903ced4c9bd7101e8e43a.geocode( { 'address': "2845 Moorpark Ave #209, San Jose, CA 95128, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-jose-CA-c2-financial-corporation---elva-wormley').style.display = '';map = new google.maps.Map(document.getElementById('san-jose-CA-c2-financial-corporation---elva-wormley'), mapOptions);}document.getElementById('90ccddfe').innerHTML += ' | View Map';var $lc42310820c7903ced4c9bd7101e8e43a = '

C2 Financial Corporation - Elva Wormley

Address: 2845 Moorpark Ave #209, San Jose, CA 95128, USA
Phone: (408) 615-8500
';var m_c42310820c7903ced4c9bd7101e8e43a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'C2 Financial Corporation - Elva Wormley',});m_c42310820c7903ced4c9bd7101e8e43a['infowindow'] = new google.maps.InfoWindow({content: $lc42310820c7903ced4c9bd7101e8e43a});var infowindow = new google.maps.InfoWindow({content: $lc42310820c7903ced4c9bd7101e8e43a});google.maps.event.addListener(m_c42310820c7903ced4c9bd7101e8e43a, 'click', function() {infowindow.open(map,m_c42310820c7903ced4c9bd7101e8e43a);});$marker.push(m_c42310820c7903ced4c9bd7101e8e43a);}});}google.maps.event.addDomListener(window, 'load', initialize);