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.9988,-118.079)};var g_f6108e9c16c515c2fdb1c6ef24f4ff14 = new google.maps.Geocoder();g_f6108e9c16c515c2fdb1c6ef24f4ff14.geocode( { 'address': "9320 Whittier Blvd, Pico Rivera, CA 90660, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pico-rivera-CA-advance-america').style.display = '';map = new google.maps.Map(document.getElementById('pico-rivera-CA-advance-america'), mapOptions);}document.getElementById('f887565d').innerHTML += ' | View Map';var $lf6108e9c16c515c2fdb1c6ef24f4ff14 = '

Advance America

Address: 9320 Whittier Blvd, Pico Rivera, CA 90660, USA
Phone: (562) 942-9744
';var m_f6108e9c16c515c2fdb1c6ef24f4ff14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advance America',});m_f6108e9c16c515c2fdb1c6ef24f4ff14['infowindow'] = new google.maps.InfoWindow({content: $lf6108e9c16c515c2fdb1c6ef24f4ff14});var infowindow = new google.maps.InfoWindow({content: $lf6108e9c16c515c2fdb1c6ef24f4ff14});google.maps.event.addListener(m_f6108e9c16c515c2fdb1c6ef24f4ff14, 'click', function() {infowindow.open(map,m_f6108e9c16c515c2fdb1c6ef24f4ff14);});$marker.push(m_f6108e9c16c515c2fdb1c6ef24f4ff14);}});}google.maps.event.addDomListener(window, 'load', initialize);