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.1439,-118.133)};var g_b296ba28f4800015d8018ad62dee859d = new google.maps.Geocoder();g_b296ba28f4800015d8018ad62dee859d.geocode( { 'address': "99 S Lake Ave #500, Pasadena, CA 91101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pasadena-CA-guaranteed-rate-of-pasadena').style.display = '';map = new google.maps.Map(document.getElementById('pasadena-CA-guaranteed-rate-of-pasadena'), mapOptions);}document.getElementById('fb5652ce').innerHTML += ' | View Map';var $lb296ba28f4800015d8018ad62dee859d = '

Guaranteed Rate of Pasadena

Address: 99 S Lake Ave #500, Pasadena, CA 91101, USA
Phone: (626) 657-7788
';var m_b296ba28f4800015d8018ad62dee859d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Guaranteed Rate of Pasadena',});m_b296ba28f4800015d8018ad62dee859d['infowindow'] = new google.maps.InfoWindow({content: $lb296ba28f4800015d8018ad62dee859d});var infowindow = new google.maps.InfoWindow({content: $lb296ba28f4800015d8018ad62dee859d});google.maps.event.addListener(m_b296ba28f4800015d8018ad62dee859d, 'click', function() {infowindow.open(map,m_b296ba28f4800015d8018ad62dee859d);});$marker.push(m_b296ba28f4800015d8018ad62dee859d);}});}google.maps.event.addDomListener(window, 'load', initialize);