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_16336869d1df46f2d92671627561b2d2 = new google.maps.Geocoder();g_16336869d1df46f2d92671627561b2d2.geocode( { 'address': "16486 Bernardo Center Dr, San Diego, CA 92128"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-cafiero-tax-financial-services').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-cafiero-tax-financial-services'), mapOptions);}document.getElementById('3a980856').innerHTML += ' | View Map';var $l16336869d1df46f2d92671627561b2d2 = '

Cafiero Tax & Financial Services

Address: 16486 Bernardo Center Dr, San Diego, CA 92128
Phone: (858) 487-8239
';var m_16336869d1df46f2d92671627561b2d2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cafiero Tax & Financial Services',});m_16336869d1df46f2d92671627561b2d2['infowindow'] = new google.maps.InfoWindow({content: $l16336869d1df46f2d92671627561b2d2});var infowindow = new google.maps.InfoWindow({content: $l16336869d1df46f2d92671627561b2d2});google.maps.event.addListener(m_16336869d1df46f2d92671627561b2d2, 'click', function() {infowindow.open(map,m_16336869d1df46f2d92671627561b2d2);});$marker.push(m_16336869d1df46f2d92671627561b2d2);}});}google.maps.event.addDomListener(window, 'load', initialize);