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(37.9836,-121.804)};var g_6801da478331f07dbb6fbc63f1f21f42 = new google.maps.Geocoder();g_6801da478331f07dbb6fbc63f1f21f42.geocode( { 'address': "3731 Sunset Ln # 100, Antioch, CA 94509, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('antioch-CA-dombrowski--associates-dombrowski-catharine-cpa').style.display = '';map = new google.maps.Map(document.getElementById('antioch-CA-dombrowski--associates-dombrowski-catharine-cpa'), mapOptions);}document.getElementById('c15b9f6e').innerHTML += ' | View Map';var $l6801da478331f07dbb6fbc63f1f21f42 = '

Dombrowski & Associates: Dombrowski Catharine CPA

Address: 3731 Sunset Ln # 100, Antioch, CA 94509, USA
Phone: (925) 706-1040
';var m_6801da478331f07dbb6fbc63f1f21f42 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dombrowski & Associates: Dombrowski Catharine CPA',});m_6801da478331f07dbb6fbc63f1f21f42['infowindow'] = new google.maps.InfoWindow({content: $l6801da478331f07dbb6fbc63f1f21f42});var infowindow = new google.maps.InfoWindow({content: $l6801da478331f07dbb6fbc63f1f21f42});google.maps.event.addListener(m_6801da478331f07dbb6fbc63f1f21f42, 'click', function() {infowindow.open(map,m_6801da478331f07dbb6fbc63f1f21f42);});$marker.push(m_6801da478331f07dbb6fbc63f1f21f42);}});}google.maps.event.addDomListener(window, 'load', initialize);