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.7482,-117.151)};var g_5c0d5a2d8fad35d23b462ecb4da7d740 = new google.maps.Geocoder();g_5c0d5a2d8fad35d23b462ecb4da7d740.geocode( { 'address': "1419 University ave #D, San Diego, CA 92103, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-diego-CA-roberto-pollorena-mortgage-banker').style.display = '';map = new google.maps.Map(document.getElementById('san-diego-CA-roberto-pollorena-mortgage-banker'), mapOptions);}document.getElementById('24a48592').innerHTML += ' | View Map';var $l5c0d5a2d8fad35d23b462ecb4da7d740 = '

Roberto Pollorena Mortgage Banker

Address: 1419 University ave #D, San Diego, CA 92103, USA
Phone: (619) 888-7845
';var m_5c0d5a2d8fad35d23b462ecb4da7d740 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Roberto Pollorena Mortgage Banker',});m_5c0d5a2d8fad35d23b462ecb4da7d740['infowindow'] = new google.maps.InfoWindow({content: $l5c0d5a2d8fad35d23b462ecb4da7d740});var infowindow = new google.maps.InfoWindow({content: $l5c0d5a2d8fad35d23b462ecb4da7d740});google.maps.event.addListener(m_5c0d5a2d8fad35d23b462ecb4da7d740, 'click', function() {infowindow.open(map,m_5c0d5a2d8fad35d23b462ecb4da7d740);});$marker.push(m_5c0d5a2d8fad35d23b462ecb4da7d740);}});}google.maps.event.addDomListener(window, 'load', initialize);