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.0241,-118.14)};var g_84f74ce4511e0c9531af1182fb636f0f = new google.maps.Geocoder();g_84f74ce4511e0c9531af1182fb636f0f.geocode( { 'address': "3327 W Beverly Blvd, Montebello, CA 90640, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('montebello-CA-california-home-refinance').style.display = '';map = new google.maps.Map(document.getElementById('montebello-CA-california-home-refinance'), mapOptions);}document.getElementById('2796fdb4').innerHTML += ' | View Map';var $l84f74ce4511e0c9531af1182fb636f0f = '

California Home Refinance

Address: 3327 W Beverly Blvd, Montebello, CA 90640, USA
Phone: (323) 278-9940
';var m_84f74ce4511e0c9531af1182fb636f0f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'California Home Refinance',});m_84f74ce4511e0c9531af1182fb636f0f['infowindow'] = new google.maps.InfoWindow({content: $l84f74ce4511e0c9531af1182fb636f0f});var infowindow = new google.maps.InfoWindow({content: $l84f74ce4511e0c9531af1182fb636f0f});google.maps.event.addListener(m_84f74ce4511e0c9531af1182fb636f0f, 'click', function() {infowindow.open(map,m_84f74ce4511e0c9531af1182fb636f0f);});$marker.push(m_84f74ce4511e0c9531af1182fb636f0f);}});}google.maps.event.addDomListener(window, 'load', initialize);