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(38.0685,-120.539)};var g_15a14d5c27bb3d97f6380cbd051efe77 = new google.maps.Geocoder();g_15a14d5c27bb3d97f6380cbd051efe77.geocode( { 'address': "1289 S Main St, Angels Camp, CA 95222, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('angels-camp-CA-highland-financial-co').style.display = '';map = new google.maps.Map(document.getElementById('angels-camp-CA-highland-financial-co'), mapOptions);}document.getElementById('f25522dc').innerHTML += ' | View Map';var $l15a14d5c27bb3d97f6380cbd051efe77 = '

Highland Financial Co

Address: 1289 S Main St, Angels Camp, CA 95222, USA
Phone: (209) 728-8090
';var m_15a14d5c27bb3d97f6380cbd051efe77 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Highland Financial Co',});m_15a14d5c27bb3d97f6380cbd051efe77['infowindow'] = new google.maps.InfoWindow({content: $l15a14d5c27bb3d97f6380cbd051efe77});var infowindow = new google.maps.InfoWindow({content: $l15a14d5c27bb3d97f6380cbd051efe77});google.maps.event.addListener(m_15a14d5c27bb3d97f6380cbd051efe77, 'click', function() {infowindow.open(map,m_15a14d5c27bb3d97f6380cbd051efe77);});$marker.push(m_15a14d5c27bb3d97f6380cbd051efe77);}});}google.maps.event.addDomListener(window, 'load', initialize);