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(37.49,-119.972)};var g_323aa7922be1469211402b1b379feedb = new google.maps.Geocoder();g_323aa7922be1469211402b1b379feedb.geocode( { 'address': "5011 Coakley Cir, Mariposa, CA 95338, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mariposa-CA-merco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('mariposa-CA-merco-credit-union'), mapOptions);}document.getElementById('0fbd6ec4').innerHTML += ' | View Map';var $l323aa7922be1469211402b1b379feedb = '

Merco Credit Union

Address: 5011 Coakley Cir, Mariposa, CA 95338, USA
Phone: (209) 966-3999
';var m_323aa7922be1469211402b1b379feedb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merco Credit Union',});m_323aa7922be1469211402b1b379feedb['infowindow'] = new google.maps.InfoWindow({content: $l323aa7922be1469211402b1b379feedb});var infowindow = new google.maps.InfoWindow({content: $l323aa7922be1469211402b1b379feedb});google.maps.event.addListener(m_323aa7922be1469211402b1b379feedb, 'click', function() {infowindow.open(map,m_323aa7922be1469211402b1b379feedb);});$marker.push(m_323aa7922be1469211402b1b379feedb);}});}google.maps.event.addDomListener(window, 'load', initialize);