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(38.2574,-120.345)};var g_afc7a55b274558a8e36c49ce17829802 = new google.maps.Geocoder();g_afc7a55b274558a8e36c49ce17829802.geocode( { 'address': "728 CA-4, Arnold, CA 95223, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arnold-CA-mitus-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('arnold-CA-mitus-mortgage'), mapOptions);}document.getElementById('5f379332').innerHTML += ' | View Map';var $lafc7a55b274558a8e36c49ce17829802 = '

Mitus Mortgage

Address: 728 CA-4, Arnold, CA 95223, USA
Phone: (209) 795-4700
';var m_afc7a55b274558a8e36c49ce17829802 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mitus Mortgage',});m_afc7a55b274558a8e36c49ce17829802['infowindow'] = new google.maps.InfoWindow({content: $lafc7a55b274558a8e36c49ce17829802});var infowindow = new google.maps.InfoWindow({content: $lafc7a55b274558a8e36c49ce17829802});google.maps.event.addListener(m_afc7a55b274558a8e36c49ce17829802, 'click', function() {infowindow.open(map,m_afc7a55b274558a8e36c49ce17829802);});$marker.push(m_afc7a55b274558a8e36c49ce17829802);}});}google.maps.event.addDomListener(window, 'load', initialize);