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.977,-120.32)};var g_5238757b72f1a2c3c4828fcb05833135 = new google.maps.Geocoder();g_5238757b72f1a2c3c4828fcb05833135.geocode( { 'address': "14709 Mono Way, Sonora, CA 95370, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sonora-CA-megastar-financial').style.display = '';map = new google.maps.Map(document.getElementById('sonora-CA-megastar-financial'), mapOptions);}document.getElementById('eca1addd').innerHTML += ' | View Map';var $l5238757b72f1a2c3c4828fcb05833135 = '

Megastar Financial

Address: 14709 Mono Way, Sonora, CA 95370, USA
Phone: (209) 532-9300
';var m_5238757b72f1a2c3c4828fcb05833135 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Megastar Financial',});m_5238757b72f1a2c3c4828fcb05833135['infowindow'] = new google.maps.InfoWindow({content: $l5238757b72f1a2c3c4828fcb05833135});var infowindow = new google.maps.InfoWindow({content: $l5238757b72f1a2c3c4828fcb05833135});google.maps.event.addListener(m_5238757b72f1a2c3c4828fcb05833135, 'click', function() {infowindow.open(map,m_5238757b72f1a2c3c4828fcb05833135);});$marker.push(m_5238757b72f1a2c3c4828fcb05833135);}});}google.maps.event.addDomListener(window, 'load', initialize);