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(33.5099,-117.687)};var g_6d339a9333c80e852255f005cb4ae83a = new google.maps.Geocoder();g_6d339a9333c80e852255f005cb4ae83a.geocode( { 'address': "25 Mallorca, Laguna Niguel, CA 92677, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-niguel-CA-wells-fargo-health-care-financial').style.display = '';map = new google.maps.Map(document.getElementById('laguna-niguel-CA-wells-fargo-health-care-financial'), mapOptions);}document.getElementById('b83924b3').innerHTML += ' | View Map';var $l6d339a9333c80e852255f005cb4ae83a = '

Wells Fargo Health Care Financial

Address: 25 Mallorca, Laguna Niguel, CA 92677, USA
Phone: (949) 495-4811
';var m_6d339a9333c80e852255f005cb4ae83a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Health Care Financial',});m_6d339a9333c80e852255f005cb4ae83a['infowindow'] = new google.maps.InfoWindow({content: $l6d339a9333c80e852255f005cb4ae83a});var infowindow = new google.maps.InfoWindow({content: $l6d339a9333c80e852255f005cb4ae83a});google.maps.event.addListener(m_6d339a9333c80e852255f005cb4ae83a, 'click', function() {infowindow.open(map,m_6d339a9333c80e852255f005cb4ae83a);});$marker.push(m_6d339a9333c80e852255f005cb4ae83a);}});}google.maps.event.addDomListener(window, 'load', initialize);