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.0773,-117.909)};var g_1ee942c6b182d0f041a2312947385b23 = new google.maps.Geocoder();g_1ee942c6b182d0f041a2312947385b23.geocode( { 'address': "341 N Azusa Ave, West Covina, CA 91791, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('west-covina-CA-century-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('west-covina-CA-century-loan-services'), mapOptions);}document.getElementById('5185f973').innerHTML += ' | View Map';var $l1ee942c6b182d0f041a2312947385b23 = '

Century Loan Services

Address: 341 N Azusa Ave, West Covina, CA 91791, USA
Phone: (626) 373-1700
';var m_1ee942c6b182d0f041a2312947385b23 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Century Loan Services',});m_1ee942c6b182d0f041a2312947385b23['infowindow'] = new google.maps.InfoWindow({content: $l1ee942c6b182d0f041a2312947385b23});var infowindow = new google.maps.InfoWindow({content: $l1ee942c6b182d0f041a2312947385b23});google.maps.event.addListener(m_1ee942c6b182d0f041a2312947385b23, 'click', function() {infowindow.open(map,m_1ee942c6b182d0f041a2312947385b23);});$marker.push(m_1ee942c6b182d0f041a2312947385b23);}});}google.maps.event.addDomListener(window, 'load', initialize);