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.0787,-117.888)};var g_11d6dee4a4cf8d1e6c34618995c401c1 = new google.maps.Geocoder();g_11d6dee4a4cf8d1e6c34618995c401c1.geocode( { 'address': "664 Shoppers Ln, Covina, CA 91723, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('covina-CA-first-choice-loan-services-inc').style.display = '';map = new google.maps.Map(document.getElementById('covina-CA-first-choice-loan-services-inc'), mapOptions);}document.getElementById('3dd8dc37').innerHTML += ' | View Map';var $l11d6dee4a4cf8d1e6c34618995c401c1 = '

First Choice Loan Services, Inc

Address: 664 Shoppers Ln, Covina, CA 91723, USA
Phone: (626) 967-3236
';var m_11d6dee4a4cf8d1e6c34618995c401c1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Loan Services, Inc',});m_11d6dee4a4cf8d1e6c34618995c401c1['infowindow'] = new google.maps.InfoWindow({content: $l11d6dee4a4cf8d1e6c34618995c401c1});var infowindow = new google.maps.InfoWindow({content: $l11d6dee4a4cf8d1e6c34618995c401c1});google.maps.event.addListener(m_11d6dee4a4cf8d1e6c34618995c401c1, 'click', function() {infowindow.open(map,m_11d6dee4a4cf8d1e6c34618995c401c1);});$marker.push(m_11d6dee4a4cf8d1e6c34618995c401c1);}});}google.maps.event.addDomListener(window, 'load', initialize);