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.0618,-117.439)};var g_b21ab29d136b3172a2d34952c0938caa = new google.maps.Geocoder();g_b21ab29d136b3172a2d34952c0938caa.geocode( { 'address': "10557 Juniper Ave, Fontana, CA 92337, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-american-mortgage-services').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-american-mortgage-services'), mapOptions);}document.getElementById('ee9ddd71').innerHTML += ' | View Map';var $lb21ab29d136b3172a2d34952c0938caa = '

American Mortgage Services

Address: 10557 Juniper Ave, Fontana, CA 92337, USA
Phone: (909) 587-1900
';var m_b21ab29d136b3172a2d34952c0938caa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Mortgage Services',});m_b21ab29d136b3172a2d34952c0938caa['infowindow'] = new google.maps.InfoWindow({content: $lb21ab29d136b3172a2d34952c0938caa});var infowindow = new google.maps.InfoWindow({content: $lb21ab29d136b3172a2d34952c0938caa});google.maps.event.addListener(m_b21ab29d136b3172a2d34952c0938caa, 'click', function() {infowindow.open(map,m_b21ab29d136b3172a2d34952c0938caa);});$marker.push(m_b21ab29d136b3172a2d34952c0938caa);}});}google.maps.event.addDomListener(window, 'load', initialize);