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.1132,-118.074)};var g_b876511032501c5129a78fc66e0a9e32 = new google.maps.Geocoder();g_b876511032501c5129a78fc66e0a9e32.geocode( { 'address': "6273 Rosemead Blvd, Temple City, CA 91780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-city-CA-cashback-loans').style.display = '';map = new google.maps.Map(document.getElementById('temple-city-CA-cashback-loans'), mapOptions);}document.getElementById('277d134c').innerHTML += ' | View Map';var $lb876511032501c5129a78fc66e0a9e32 = '

Cashback Loans

Address: 6273 Rosemead Blvd, Temple City, CA 91780, USA
Phone: (626) 287-9900
';var m_b876511032501c5129a78fc66e0a9e32 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashback Loans',});m_b876511032501c5129a78fc66e0a9e32['infowindow'] = new google.maps.InfoWindow({content: $lb876511032501c5129a78fc66e0a9e32});var infowindow = new google.maps.InfoWindow({content: $lb876511032501c5129a78fc66e0a9e32});google.maps.event.addListener(m_b876511032501c5129a78fc66e0a9e32, 'click', function() {infowindow.open(map,m_b876511032501c5129a78fc66e0a9e32);});$marker.push(m_b876511032501c5129a78fc66e0a9e32);}});}google.maps.event.addDomListener(window, 'load', initialize);