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.1065,-117.908)};var g_08c8706284f36fd0ff5312cb89a87bbc = new google.maps.Geocoder();g_08c8706284f36fd0ff5312cb89a87bbc.geocode( { 'address': "1477 N Azusa Ave, Covina, CA 91722, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-loanmax-title-loans').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-loanmax-title-loans'), mapOptions);}document.getElementById('2aa6af7a').innerHTML += ' | View Map';var $l08c8706284f36fd0ff5312cb89a87bbc = '

Loanmax Title Loans

Address: 1477 N Azusa Ave, Covina, CA 91722, USA
Phone: (626) 513-8818
';var m_08c8706284f36fd0ff5312cb89a87bbc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Loanmax Title Loans',});m_08c8706284f36fd0ff5312cb89a87bbc['infowindow'] = new google.maps.InfoWindow({content: $l08c8706284f36fd0ff5312cb89a87bbc});var infowindow = new google.maps.InfoWindow({content: $l08c8706284f36fd0ff5312cb89a87bbc});google.maps.event.addListener(m_08c8706284f36fd0ff5312cb89a87bbc, 'click', function() {infowindow.open(map,m_08c8706284f36fd0ff5312cb89a87bbc);});$marker.push(m_08c8706284f36fd0ff5312cb89a87bbc);}});}google.maps.event.addDomListener(window, 'load', initialize);