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.9663,-118.116)};var g_17a7161db33bcd7a8904250c6277e957 = new google.maps.Geocoder();g_17a7161db33bcd7a8904250c6277e957.geocode( { 'address': "8516 Paramount Blvd, Downey, CA 90240, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('downey-CA-payday-money-center').style.display = '';map = new google.maps.Map(document.getElementById('downey-CA-payday-money-center'), mapOptions);}document.getElementById('129fa00b').innerHTML += ' | View Map';var $l17a7161db33bcd7a8904250c6277e957 = '

Payday Money Center

Address: 8516 Paramount Blvd, Downey, CA 90240, USA
Phone: (562) 927-5000
';var m_17a7161db33bcd7a8904250c6277e957 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Payday Money Center',});m_17a7161db33bcd7a8904250c6277e957['infowindow'] = new google.maps.InfoWindow({content: $l17a7161db33bcd7a8904250c6277e957});var infowindow = new google.maps.InfoWindow({content: $l17a7161db33bcd7a8904250c6277e957});google.maps.event.addListener(m_17a7161db33bcd7a8904250c6277e957, 'click', function() {infowindow.open(map,m_17a7161db33bcd7a8904250c6277e957);});$marker.push(m_17a7161db33bcd7a8904250c6277e957);}});}google.maps.event.addDomListener(window, 'load', initialize);