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(36.5812,-121.82)};var g_02c28f84c46deb0b993010f76fef4c0d = new google.maps.Geocoder();g_02c28f84c46deb0b993010f76fef4c0d.geocode( { 'address': "10 Harris Ct, Monterey, CA 93940, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monterey-CA-barbara-simonich-cpa').style.display = '';map = new google.maps.Map(document.getElementById('monterey-CA-barbara-simonich-cpa'), mapOptions);}document.getElementById('dec0038e').innerHTML += ' | View Map';var $l02c28f84c46deb0b993010f76fef4c0d = '

Barbara Simonich, CPA

Address: 10 Harris Ct, Monterey, CA 93940, USA
Phone: (831) 375-7779
';var m_02c28f84c46deb0b993010f76fef4c0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Barbara Simonich, CPA',});m_02c28f84c46deb0b993010f76fef4c0d['infowindow'] = new google.maps.InfoWindow({content: $l02c28f84c46deb0b993010f76fef4c0d});var infowindow = new google.maps.InfoWindow({content: $l02c28f84c46deb0b993010f76fef4c0d});google.maps.event.addListener(m_02c28f84c46deb0b993010f76fef4c0d, 'click', function() {infowindow.open(map,m_02c28f84c46deb0b993010f76fef4c0d);});$marker.push(m_02c28f84c46deb0b993010f76fef4c0d);}});}google.maps.event.addDomListener(window, 'load', initialize);