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.6015,-117.712)};var g_e9135dd0799f0809ada2a7817b582ca6 = new google.maps.Geocoder();g_e9135dd0799f0809ada2a7817b582ca6.geocode( { 'address': "24300 Paseo de Valencia, Laguna Hills, CA 92653"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('laguna-hills-CA-fm-trust-company').style.display = '';map = new google.maps.Map(document.getElementById('laguna-hills-CA-fm-trust-company'), mapOptions);}document.getElementById('c1bb8b7a').innerHTML += ' | View Map';var $le9135dd0799f0809ada2a7817b582ca6 = '

F&M Trust Company

Address: 24300 Paseo de Valencia, Laguna Hills, CA 92653
Phone: (949) 900-8020
';var m_e9135dd0799f0809ada2a7817b582ca6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'F&M Trust Company',});m_e9135dd0799f0809ada2a7817b582ca6['infowindow'] = new google.maps.InfoWindow({content: $le9135dd0799f0809ada2a7817b582ca6});var infowindow = new google.maps.InfoWindow({content: $le9135dd0799f0809ada2a7817b582ca6});google.maps.event.addListener(m_e9135dd0799f0809ada2a7817b582ca6, 'click', function() {infowindow.open(map,m_e9135dd0799f0809ada2a7817b582ca6);});$marker.push(m_e9135dd0799f0809ada2a7817b582ca6);}});}google.maps.event.addDomListener(window, 'load', initialize);