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(36.2084,-119.341)};var g_9e3c9c0a7cb805136946d081eee6d0ac = new google.maps.Geocoder();g_9e3c9c0a7cb805136946d081eee6d0ac.geocode( { 'address': "144 S L St, Tulare, CA 93274"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tulare-CA-tcms').style.display = '';map = new google.maps.Map(document.getElementById('tulare-CA-tcms'), mapOptions);}document.getElementById('9f15c79e').innerHTML += ' | View Map';var $l9e3c9c0a7cb805136946d081eee6d0ac = '

Tcms

Address: 144 S L St, Tulare, CA 93274
Phone: (559) 686-0200
';var m_9e3c9c0a7cb805136946d081eee6d0ac = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tcms',});m_9e3c9c0a7cb805136946d081eee6d0ac['infowindow'] = new google.maps.InfoWindow({content: $l9e3c9c0a7cb805136946d081eee6d0ac});var infowindow = new google.maps.InfoWindow({content: $l9e3c9c0a7cb805136946d081eee6d0ac});google.maps.event.addListener(m_9e3c9c0a7cb805136946d081eee6d0ac, 'click', function() {infowindow.open(map,m_9e3c9c0a7cb805136946d081eee6d0ac);});$marker.push(m_9e3c9c0a7cb805136946d081eee6d0ac);}});}google.maps.event.addDomListener(window, 'load', initialize);