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.3041,-120.486)};var g_aca32b8b77023b56de7d479add89e4f5 = new google.maps.Geocoder();g_aca32b8b77023b56de7d479add89e4f5.geocode( { 'address': "725 W 18th St A, Merced, CA 95340, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-merced-municipal-employee-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-merced-municipal-employee-credit-union'), mapOptions);}document.getElementById('d1cfa9b4').innerHTML += ' | View Map';var $laca32b8b77023b56de7d479add89e4f5 = '

Merced Municipal Employee Credit Union

Address: 725 W 18th St A, Merced, CA 95340, USA
Phone: (209) 385-6872
';var m_aca32b8b77023b56de7d479add89e4f5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merced Municipal Employee Credit Union',});m_aca32b8b77023b56de7d479add89e4f5['infowindow'] = new google.maps.InfoWindow({content: $laca32b8b77023b56de7d479add89e4f5});var infowindow = new google.maps.InfoWindow({content: $laca32b8b77023b56de7d479add89e4f5});google.maps.event.addListener(m_aca32b8b77023b56de7d479add89e4f5, 'click', function() {infowindow.open(map,m_aca32b8b77023b56de7d479add89e4f5);});$marker.push(m_aca32b8b77023b56de7d479add89e4f5);}});}google.maps.event.addDomListener(window, 'load', initialize);