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(32.7213,-117.169)};var g_fc879743ee2196b59f45973a9173c9f3 = new google.maps.Geocoder();g_fc879743ee2196b59f45973a9173c9f3.geocode( { 'address': "1525 Kettner Blvd, San Diego, CA 92101, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-finest-city-homes--loans').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-finest-city-homes--loans'), mapOptions);}document.getElementById('453b5af8').innerHTML += ' | View Map';var $lfc879743ee2196b59f45973a9173c9f3 = '

Finest City Homes & Loans

Address: 1525 Kettner Blvd, San Diego, CA 92101, USA
Phone: (619) 569-2592
';var m_fc879743ee2196b59f45973a9173c9f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Finest City Homes & Loans',});m_fc879743ee2196b59f45973a9173c9f3['infowindow'] = new google.maps.InfoWindow({content: $lfc879743ee2196b59f45973a9173c9f3});var infowindow = new google.maps.InfoWindow({content: $lfc879743ee2196b59f45973a9173c9f3});google.maps.event.addListener(m_fc879743ee2196b59f45973a9173c9f3, 'click', function() {infowindow.open(map,m_fc879743ee2196b59f45973a9173c9f3);});$marker.push(m_fc879743ee2196b59f45973a9173c9f3);}});}google.maps.event.addDomListener(window, 'load', initialize);