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(34.2498,-116.883)};var g_a66712be217715c0411c271eb89e34e3 = new google.maps.Geocoder();g_a66712be217715c0411c271eb89e34e3.geocode( { 'address': "42153 Big Bear Blvd, Big Bear Lake, CA 92315, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('big-bear-lake-CA-the-tim-wood-group').style.display = '';map = new google.maps.Map(document.getElementById('big-bear-lake-CA-the-tim-wood-group'), mapOptions);}document.getElementById('3738632c').innerHTML += ' | View Map';var $la66712be217715c0411c271eb89e34e3 = '

The Tim Wood Group

Address: 42153 Big Bear Blvd, Big Bear Lake, CA 92315, USA
Phone: (909) 866-3481
';var m_a66712be217715c0411c271eb89e34e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Tim Wood Group',});m_a66712be217715c0411c271eb89e34e3['infowindow'] = new google.maps.InfoWindow({content: $la66712be217715c0411c271eb89e34e3});var infowindow = new google.maps.InfoWindow({content: $la66712be217715c0411c271eb89e34e3});google.maps.event.addListener(m_a66712be217715c0411c271eb89e34e3, 'click', function() {infowindow.open(map,m_a66712be217715c0411c271eb89e34e3);});$marker.push(m_a66712be217715c0411c271eb89e34e3);}});}google.maps.event.addDomListener(window, 'load', initialize);