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.1344,-117.225)};var g_6009f794d39da52186ab41470571f666 = new google.maps.Geocoder();g_6009f794d39da52186ab41470571f666.geocode( { 'address': "26529 Highland Ave, Highland, CA 92346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('highland-CA-moneytree').style.display = '';map = new google.maps.Map(document.getElementById('highland-CA-moneytree'), mapOptions);}document.getElementById('4b49d340').innerHTML += ' | View Map';var $l6009f794d39da52186ab41470571f666 = '

Moneytree

Address: 26529 Highland Ave, Highland, CA 92346, USA
Phone: (909) 425-5295
';var m_6009f794d39da52186ab41470571f666 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moneytree',});m_6009f794d39da52186ab41470571f666['infowindow'] = new google.maps.InfoWindow({content: $l6009f794d39da52186ab41470571f666});var infowindow = new google.maps.InfoWindow({content: $l6009f794d39da52186ab41470571f666});google.maps.event.addListener(m_6009f794d39da52186ab41470571f666, 'click', function() {infowindow.open(map,m_6009f794d39da52186ab41470571f666);});$marker.push(m_6009f794d39da52186ab41470571f666);}});}google.maps.event.addDomListener(window, 'load', initialize);