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.7469,-117.113)};var g_eb44dd0c785010921f2d176313cdd55c = new google.maps.Geocoder();g_eb44dd0c785010921f2d176313cdd55c.geocode( { 'address': "3751 37th St #2, San Diego, CA 92105, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-luers--dyer-cpas-llp').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-luers--dyer-cpas-llp'), mapOptions);}document.getElementById('b3e90259').innerHTML += ' | View Map';var $leb44dd0c785010921f2d176313cdd55c = '

Luers & Dyer CPAS, LLP

Address: 3751 37th St #2, San Diego, CA 92105, USA
Phone: (619) 283-7113
';var m_eb44dd0c785010921f2d176313cdd55c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Luers & Dyer CPAS, LLP',});m_eb44dd0c785010921f2d176313cdd55c['infowindow'] = new google.maps.InfoWindow({content: $leb44dd0c785010921f2d176313cdd55c});var infowindow = new google.maps.InfoWindow({content: $leb44dd0c785010921f2d176313cdd55c});google.maps.event.addListener(m_eb44dd0c785010921f2d176313cdd55c, 'click', function() {infowindow.open(map,m_eb44dd0c785010921f2d176313cdd55c);});$marker.push(m_eb44dd0c785010921f2d176313cdd55c);}});}google.maps.event.addDomListener(window, 'load', initialize);