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.1056,-117.428)};var g_dbcceae1308d21c70cae43ada39b8b0d = new google.maps.Geocoder();g_dbcceae1308d21c70cae43ada39b8b0d.geocode( { 'address': "17251 E Foothill Blvd, Fontana, CA 92335, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fontana-CA-walmart-money-center').style.display = '';map = new google.maps.Map(document.getElementById('fontana-CA-walmart-money-center'), mapOptions);}document.getElementById('f61f125b').innerHTML += ' | View Map';var $ldbcceae1308d21c70cae43ada39b8b0d = '

Walmart Money Center

Address: 17251 E Foothill Blvd, Fontana, CA 92335, USA
Phone: (909) 355-6922
';var m_dbcceae1308d21c70cae43ada39b8b0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart Money Center',});m_dbcceae1308d21c70cae43ada39b8b0d['infowindow'] = new google.maps.InfoWindow({content: $ldbcceae1308d21c70cae43ada39b8b0d});var infowindow = new google.maps.InfoWindow({content: $ldbcceae1308d21c70cae43ada39b8b0d});google.maps.event.addListener(m_dbcceae1308d21c70cae43ada39b8b0d, 'click', function() {infowindow.open(map,m_dbcceae1308d21c70cae43ada39b8b0d);});$marker.push(m_dbcceae1308d21c70cae43ada39b8b0d);}});}google.maps.event.addDomListener(window, 'load', initialize);