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.7226,-117.165)};var g_a1774f423d45d26a1cd8519fdbb44d5a = new google.maps.Geocoder();g_a1774f423d45d26a1cd8519fdbb44d5a.geocode( { 'address': "12275 El Camino Real, San Diego, CA 92130"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-samuel-scott-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-samuel-scott-financial-group'), mapOptions);}document.getElementById('2affd4bd').innerHTML += ' | View Map';var $la1774f423d45d26a1cd8519fdbb44d5a = '

Samuel Scott Financial Group

Address: 12275 El Camino Real, San Diego, CA 92130
Phone: (858) 259-6070
';var m_a1774f423d45d26a1cd8519fdbb44d5a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Samuel Scott Financial Group',});m_a1774f423d45d26a1cd8519fdbb44d5a['infowindow'] = new google.maps.InfoWindow({content: $la1774f423d45d26a1cd8519fdbb44d5a});var infowindow = new google.maps.InfoWindow({content: $la1774f423d45d26a1cd8519fdbb44d5a});google.maps.event.addListener(m_a1774f423d45d26a1cd8519fdbb44d5a, 'click', function() {infowindow.open(map,m_a1774f423d45d26a1cd8519fdbb44d5a);});$marker.push(m_a1774f423d45d26a1cd8519fdbb44d5a);}});}google.maps.event.addDomListener(window, 'load', initialize);