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.1024,-117.812)};var g_457e399b2dac47d79ac6962ff0546be5 = new google.maps.Geocoder();g_457e399b2dac47d79ac6962ff0546be5.geocode( { 'address': "421 S Cataract Ave A, San Dimas, CA 91773, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-dimas-CA-academy-mortgage---san-dimas').style.display = '';map = new google.maps.Map(document.getElementById('san-dimas-CA-academy-mortgage---san-dimas'), mapOptions);}document.getElementById('5b1145eb').innerHTML += ' | View Map';var $l457e399b2dac47d79ac6962ff0546be5 = '

Academy Mortgage - San Dimas

Address: 421 S Cataract Ave A, San Dimas, CA 91773, USA
Phone: (909) 394-3040
';var m_457e399b2dac47d79ac6962ff0546be5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Academy Mortgage - San Dimas',});m_457e399b2dac47d79ac6962ff0546be5['infowindow'] = new google.maps.InfoWindow({content: $l457e399b2dac47d79ac6962ff0546be5});var infowindow = new google.maps.InfoWindow({content: $l457e399b2dac47d79ac6962ff0546be5});google.maps.event.addListener(m_457e399b2dac47d79ac6962ff0546be5, 'click', function() {infowindow.open(map,m_457e399b2dac47d79ac6962ff0546be5);});$marker.push(m_457e399b2dac47d79ac6962ff0546be5);}});}google.maps.event.addDomListener(window, 'load', initialize);