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.1152,-117.859)};var g_a51e949f1dcc889334caa4ae285dffb8 = new google.maps.Geocoder();g_a51e949f1dcc889334caa4ae285dffb8.geocode( { 'address': "655 S Grand Ave, Glendora, CA 91740"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('glendora-CA-moneytree').style.display = '';map = new google.maps.Map(document.getElementById('glendora-CA-moneytree'), mapOptions);}document.getElementById('931ac532').innerHTML += ' | View Map';var $la51e949f1dcc889334caa4ae285dffb8 = '

Moneytree

Address: 655 S Grand Ave, Glendora, CA 91740
Phone: (626) 852-1680
';var m_a51e949f1dcc889334caa4ae285dffb8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Moneytree',});m_a51e949f1dcc889334caa4ae285dffb8['infowindow'] = new google.maps.InfoWindow({content: $la51e949f1dcc889334caa4ae285dffb8});var infowindow = new google.maps.InfoWindow({content: $la51e949f1dcc889334caa4ae285dffb8});google.maps.event.addListener(m_a51e949f1dcc889334caa4ae285dffb8, 'click', function() {infowindow.open(map,m_a51e949f1dcc889334caa4ae285dffb8);});$marker.push(m_a51e949f1dcc889334caa4ae285dffb8);}});}google.maps.event.addDomListener(window, 'load', initialize);