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.7769,-117.119)};var g_e3560e5956f0474fff0b72728f340732 = new google.maps.Geocoder();g_e3560e5956f0474fff0b72728f340732.geocode( { 'address': "3443 Camino del Rio S, San Diego, CA 92108, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-nationwide-mortgage-loans').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-nationwide-mortgage-loans'), mapOptions);}document.getElementById('3ddfe980').innerHTML += ' | View Map';var $le3560e5956f0474fff0b72728f340732 = '

Nationwide Mortgage Loans

Address: 3443 Camino del Rio S, San Diego, CA 92108, USA
Phone: (858) 336-0535
';var m_e3560e5956f0474fff0b72728f340732 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Mortgage Loans',});m_e3560e5956f0474fff0b72728f340732['infowindow'] = new google.maps.InfoWindow({content: $le3560e5956f0474fff0b72728f340732});var infowindow = new google.maps.InfoWindow({content: $le3560e5956f0474fff0b72728f340732});google.maps.event.addListener(m_e3560e5956f0474fff0b72728f340732, 'click', function() {infowindow.open(map,m_e3560e5956f0474fff0b72728f340732);});$marker.push(m_e3560e5956f0474fff0b72728f340732);}});}google.maps.event.addDomListener(window, 'load', initialize);