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.1445,-118.073)};var g_55cf3cb24c03af3505a373c353ef9b99 = new google.maps.Geocoder();g_55cf3cb24c03af3505a373c353ef9b99.geocode( { 'address': "110 S Rosemead Blvd, Pasadena, CA 91107, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-m--r-credit-solution').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-m--r-credit-solution'), mapOptions);}document.getElementById('d1ede38f').innerHTML += ' | View Map';var $l55cf3cb24c03af3505a373c353ef9b99 = '

M & R Credit Solution

Address: 110 S Rosemead Blvd, Pasadena, CA 91107, USA
Phone: (626) 789-5774
';var m_55cf3cb24c03af3505a373c353ef9b99 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'M & R Credit Solution',});m_55cf3cb24c03af3505a373c353ef9b99['infowindow'] = new google.maps.InfoWindow({content: $l55cf3cb24c03af3505a373c353ef9b99});var infowindow = new google.maps.InfoWindow({content: $l55cf3cb24c03af3505a373c353ef9b99});google.maps.event.addListener(m_55cf3cb24c03af3505a373c353ef9b99, 'click', function() {infowindow.open(map,m_55cf3cb24c03af3505a373c353ef9b99);});$marker.push(m_55cf3cb24c03af3505a373c353ef9b99);}});}google.maps.event.addDomListener(window, 'load', initialize);