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.1071,-117.482)};var g_1f4f8c2c02fefd9cec48cbd3e36972fb = new google.maps.Geocoder();g_1f4f8c2c02fefd9cec48cbd3e36972fb.geocode( { 'address': "14784 E Foothill Blvd, Fontana, CA 92335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-metro-auto-loan').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-metro-auto-loan'), mapOptions);}document.getElementById('2a4f8daa').innerHTML += ' | View Map';var $l1f4f8c2c02fefd9cec48cbd3e36972fb = '

Metro Auto Loan

Address: 14784 E Foothill Blvd, Fontana, CA 92335, USA
Phone: (909) 829-7372
';var m_1f4f8c2c02fefd9cec48cbd3e36972fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Metro Auto Loan',});m_1f4f8c2c02fefd9cec48cbd3e36972fb['infowindow'] = new google.maps.InfoWindow({content: $l1f4f8c2c02fefd9cec48cbd3e36972fb});var infowindow = new google.maps.InfoWindow({content: $l1f4f8c2c02fefd9cec48cbd3e36972fb});google.maps.event.addListener(m_1f4f8c2c02fefd9cec48cbd3e36972fb, 'click', function() {infowindow.open(map,m_1f4f8c2c02fefd9cec48cbd3e36972fb);});$marker.push(m_1f4f8c2c02fefd9cec48cbd3e36972fb);}});}google.maps.event.addDomListener(window, 'load', initialize);