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.7864,-117.253)};var g_f10182f7d3a157b083b437fd69e41a8b = new google.maps.Geocoder();g_f10182f7d3a157b083b437fd69e41a8b.geocode( { 'address': "825 Toulon Ct, San Diego, CA 92109, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-citywide-financial-corp').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-citywide-financial-corp'), mapOptions);}document.getElementById('4dfe29a6').innerHTML += ' | View Map';var $lf10182f7d3a157b083b437fd69e41a8b = '

Citywide Financial Corp

Address: 825 Toulon Ct, San Diego, CA 92109, USA
Phone: (858) 442-2686
';var m_f10182f7d3a157b083b437fd69e41a8b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citywide Financial Corp',});m_f10182f7d3a157b083b437fd69e41a8b['infowindow'] = new google.maps.InfoWindow({content: $lf10182f7d3a157b083b437fd69e41a8b});var infowindow = new google.maps.InfoWindow({content: $lf10182f7d3a157b083b437fd69e41a8b});google.maps.event.addListener(m_f10182f7d3a157b083b437fd69e41a8b, 'click', function() {infowindow.open(map,m_f10182f7d3a157b083b437fd69e41a8b);});$marker.push(m_f10182f7d3a157b083b437fd69e41a8b);}});}google.maps.event.addDomListener(window, 'load', initialize);