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.3043,-120.484)};var g_571545ff7272f7c39090a5f8108a4b16 = new google.maps.Geocoder();g_571545ff7272f7c39090a5f8108a4b16.geocode( { 'address': "1911 M St, Merced, CA 95340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-merco-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-merco-credit-union'), mapOptions);}document.getElementById('8da7a7e7').innerHTML += ' | View Map';var $l571545ff7272f7c39090a5f8108a4b16 = '

Merco Credit Union

Address: 1911 M St, Merced, CA 95340, USA
Phone: (209) 723-4285
';var m_571545ff7272f7c39090a5f8108a4b16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merco Credit Union',});m_571545ff7272f7c39090a5f8108a4b16['infowindow'] = new google.maps.InfoWindow({content: $l571545ff7272f7c39090a5f8108a4b16});var infowindow = new google.maps.InfoWindow({content: $l571545ff7272f7c39090a5f8108a4b16});google.maps.event.addListener(m_571545ff7272f7c39090a5f8108a4b16, 'click', function() {infowindow.open(map,m_571545ff7272f7c39090a5f8108a4b16);});$marker.push(m_571545ff7272f7c39090a5f8108a4b16);}});}google.maps.event.addDomListener(window, 'load', initialize);