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.3237,-120.479)};var g_87d172b016ee42b1a678bb6d7c502303 = new google.maps.Geocoder();g_87d172b016ee42b1a678bb6d7c502303.geocode( { 'address': "3319 M St, Merced, CA 95348, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('merced-CA-mimutual-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('merced-CA-mimutual-mortgage'), mapOptions);}document.getElementById('4bc59c2a').innerHTML += ' | View Map';var $l87d172b016ee42b1a678bb6d7c502303 = '

MiMutual Mortgage

Address: 3319 M St, Merced, CA 95348, United States
Phone: (909) 644-4150
';var m_87d172b016ee42b1a678bb6d7c502303 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MiMutual Mortgage',});m_87d172b016ee42b1a678bb6d7c502303['infowindow'] = new google.maps.InfoWindow({content: $l87d172b016ee42b1a678bb6d7c502303});var infowindow = new google.maps.InfoWindow({content: $l87d172b016ee42b1a678bb6d7c502303});google.maps.event.addListener(m_87d172b016ee42b1a678bb6d7c502303, 'click', function() {infowindow.open(map,m_87d172b016ee42b1a678bb6d7c502303);});$marker.push(m_87d172b016ee42b1a678bb6d7c502303);}});}google.maps.event.addDomListener(window, 'load', initialize);