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.1183,-121.644)};var g_d95762da64b5d054a52b5a7616365c80 = new google.maps.Geocoder();g_d95762da64b5d054a52b5a7616365c80.geocode( { 'address': "16360 Monterey Rd Ste 190, Morgan Hill, CA 95037, United States"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-hill-CA-kevin-bailey---state-farm-insurance-agent').style.display = '';map = new google.maps.Map(document.getElementById('morgan-hill-CA-kevin-bailey---state-farm-insurance-agent'), mapOptions);}document.getElementById('3b3f24de').innerHTML += ' | View Map';var $ld95762da64b5d054a52b5a7616365c80 = '

Kevin Bailey - State Farm Insurance Agent

Address: 16360 Monterey Rd Ste 190, Morgan Hill, CA 95037, United States
Phone: (408) 612-4262
';var m_d95762da64b5d054a52b5a7616365c80 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Kevin Bailey - State Farm Insurance Agent',});m_d95762da64b5d054a52b5a7616365c80['infowindow'] = new google.maps.InfoWindow({content: $ld95762da64b5d054a52b5a7616365c80});var infowindow = new google.maps.InfoWindow({content: $ld95762da64b5d054a52b5a7616365c80});google.maps.event.addListener(m_d95762da64b5d054a52b5a7616365c80, 'click', function() {infowindow.open(map,m_d95762da64b5d054a52b5a7616365c80);});$marker.push(m_d95762da64b5d054a52b5a7616365c80);}});}google.maps.event.addDomListener(window, 'load', initialize);