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.0623,-120.85)};var g_fde238a4fcb7d56461fa0850bd28c86b = new google.maps.Geocoder();g_fde238a4fcb7d56461fa0850bd28c86b.geocode( { 'address': "888 4th St Suite B, Los Banos, CA 93635, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('los-banos-CA-mimutual-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('los-banos-CA-mimutual-mortgage'), mapOptions);}document.getElementById('6b42054a').innerHTML += ' | View Map';var $lfde238a4fcb7d56461fa0850bd28c86b = '

MiMutual Mortgage

Address: 888 4th St Suite B, Los Banos, CA 93635, USA
Phone: (209) 826-5544
';var m_fde238a4fcb7d56461fa0850bd28c86b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MiMutual Mortgage',});m_fde238a4fcb7d56461fa0850bd28c86b['infowindow'] = new google.maps.InfoWindow({content: $lfde238a4fcb7d56461fa0850bd28c86b});var infowindow = new google.maps.InfoWindow({content: $lfde238a4fcb7d56461fa0850bd28c86b});google.maps.event.addListener(m_fde238a4fcb7d56461fa0850bd28c86b, 'click', function() {infowindow.open(map,m_fde238a4fcb7d56461fa0850bd28c86b);});$marker.push(m_fde238a4fcb7d56461fa0850bd28c86b);}});}google.maps.event.addDomListener(window, 'load', initialize);