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.9413,-118.194)};var g_81c83933ca039e756f2b0d69ebaa38ba = new google.maps.Geocoder();g_81c83933ca039e756f2b0d69ebaa38ba.geocode( { 'address': "4149 Tweedy Blvd, South Gate, CA 90280"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('south-gate-CA-check-4-cash').style.display = '';map = new google.maps.Map(document.getElementById('south-gate-CA-check-4-cash'), mapOptions);}document.getElementById('36463373').innerHTML += ' | View Map';var $l81c83933ca039e756f2b0d69ebaa38ba = '

Check 4 Cash

Address: 4149 Tweedy Blvd, South Gate, CA 90280
Phone: (323) 569-8708
';var m_81c83933ca039e756f2b0d69ebaa38ba = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check 4 Cash',});m_81c83933ca039e756f2b0d69ebaa38ba['infowindow'] = new google.maps.InfoWindow({content: $l81c83933ca039e756f2b0d69ebaa38ba});var infowindow = new google.maps.InfoWindow({content: $l81c83933ca039e756f2b0d69ebaa38ba});google.maps.event.addListener(m_81c83933ca039e756f2b0d69ebaa38ba, 'click', function() {infowindow.open(map,m_81c83933ca039e756f2b0d69ebaa38ba);});$marker.push(m_81c83933ca039e756f2b0d69ebaa38ba);}});}google.maps.event.addDomListener(window, 'load', initialize);