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.1165,-121.646)};var g_f85394ad7edb90639623e2af567b3963 = new google.maps.Geocoder();g_f85394ad7edb90639623e2af567b3963.geocode( { 'address': "16275 Monterey Rd, Morgan Hill, CA 95037, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-hill-CA-wellerobrien-insurance-services').style.display = '';map = new google.maps.Map(document.getElementById('morgan-hill-CA-wellerobrien-insurance-services'), mapOptions);}document.getElementById('1c0d7218').innerHTML += ' | View Map';var $lf85394ad7edb90639623e2af567b3963 = '

Weller/O'Brien Insurance Services

Address: 16275 Monterey Rd, Morgan Hill, CA 95037, USA
Phone: (408) 612-8195
';var m_f85394ad7edb90639623e2af567b3963 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Weller/O'Brien Insurance Services',});m_f85394ad7edb90639623e2af567b3963['infowindow'] = new google.maps.InfoWindow({content: $lf85394ad7edb90639623e2af567b3963});var infowindow = new google.maps.InfoWindow({content: $lf85394ad7edb90639623e2af567b3963});google.maps.event.addListener(m_f85394ad7edb90639623e2af567b3963, 'click', function() {infowindow.open(map,m_f85394ad7edb90639623e2af567b3963);});$marker.push(m_f85394ad7edb90639623e2af567b3963);}});}google.maps.event.addDomListener(window, 'load', initialize);