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.4305,-117.618)};var g_6db18cb411b192cd1442e5e51a1b2c78 = new google.maps.Geocoder();g_6db18cb411b192cd1442e5e51a1b2c78.geocode( { 'address': "621 N El Camino Real #100, San Clemente, CA 92672, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-clemente-CA-farmers--merchants-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-clemente-CA-farmers--merchants-bank'), mapOptions);}document.getElementById('01672189').innerHTML += ' | View Map';var $l6db18cb411b192cd1442e5e51a1b2c78 = '

Farmers & Merchants Bank

Address: 621 N El Camino Real #100, San Clemente, CA 92672, USA
Phone: (949) 373-2470
';var m_6db18cb411b192cd1442e5e51a1b2c78 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Farmers & Merchants Bank',});m_6db18cb411b192cd1442e5e51a1b2c78['infowindow'] = new google.maps.InfoWindow({content: $l6db18cb411b192cd1442e5e51a1b2c78});var infowindow = new google.maps.InfoWindow({content: $l6db18cb411b192cd1442e5e51a1b2c78});google.maps.event.addListener(m_6db18cb411b192cd1442e5e51a1b2c78, 'click', function() {infowindow.open(map,m_6db18cb411b192cd1442e5e51a1b2c78);});$marker.push(m_6db18cb411b192cd1442e5e51a1b2c78);}});}google.maps.event.addDomListener(window, 'load', initialize);