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.9118,-117.115)};var g_7ca3db60ff3c5b755b40d051cb589e97 = new google.maps.Geocoder();g_7ca3db60ff3c5b755b40d051cb589e97.geocode( { 'address': "10650 Treena St, San Diego, CA 92131, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-affinity-financial').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-affinity-financial'), mapOptions);}document.getElementById('9c89858c').innerHTML += ' | View Map';var $l7ca3db60ff3c5b755b40d051cb589e97 = '

Affinity Financial

Address: 10650 Treena St, San Diego, CA 92131, USA
Phone: (858) 693-5400
';var m_7ca3db60ff3c5b755b40d051cb589e97 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Affinity Financial',});m_7ca3db60ff3c5b755b40d051cb589e97['infowindow'] = new google.maps.InfoWindow({content: $l7ca3db60ff3c5b755b40d051cb589e97});var infowindow = new google.maps.InfoWindow({content: $l7ca3db60ff3c5b755b40d051cb589e97});google.maps.event.addListener(m_7ca3db60ff3c5b755b40d051cb589e97, 'click', function() {infowindow.open(map,m_7ca3db60ff3c5b755b40d051cb589e97);});$marker.push(m_7ca3db60ff3c5b755b40d051cb589e97);}});}google.maps.event.addDomListener(window, 'load', initialize);