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(33.8205,-117.81)};var g_a4bcf365c96b467b6edf604779a30311 = new google.maps.Geocoder();g_a4bcf365c96b467b6edf604779a30311.geocode( { 'address': "17775 Santiago Blvd, Villa Park, CA 92861"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('villa-park-CA-world-savings').style.display = '';map = new google.maps.Map(document.getElementById('villa-park-CA-world-savings'), mapOptions);}document.getElementById('af98822f').innerHTML += ' | View Map';var $la4bcf365c96b467b6edf604779a30311 = '

World Savings

Address: 17775 Santiago Blvd, Villa Park, CA 92861
Phone: (714) 974-2186
';var m_a4bcf365c96b467b6edf604779a30311 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Savings',});m_a4bcf365c96b467b6edf604779a30311['infowindow'] = new google.maps.InfoWindow({content: $la4bcf365c96b467b6edf604779a30311});var infowindow = new google.maps.InfoWindow({content: $la4bcf365c96b467b6edf604779a30311});google.maps.event.addListener(m_a4bcf365c96b467b6edf604779a30311, 'click', function() {infowindow.open(map,m_a4bcf365c96b467b6edf604779a30311);});$marker.push(m_a4bcf365c96b467b6edf604779a30311);}});}google.maps.event.addDomListener(window, 'load', initialize);