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(33.0263,-116.857)};var g_cd7c4961dc60707b2850ad64e7301f46 = new google.maps.Geocoder();g_cd7c4961dc60707b2850ad64e7301f46.geocode( { 'address': "1140 Main St, Ramona, CA 92065"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ramona-CA-ramona-teachers-association').style.display = '';map = new google.maps.Map(document.getElementById('ramona-CA-ramona-teachers-association'), mapOptions);}document.getElementById('f4981b9d').innerHTML += ' | View Map';var $lcd7c4961dc60707b2850ad64e7301f46 = '

Ramona Teachers Association

Address: 1140 Main St, Ramona, CA 92065
Phone: (760) 788-2985
';var m_cd7c4961dc60707b2850ad64e7301f46 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ramona Teachers Association',});m_cd7c4961dc60707b2850ad64e7301f46['infowindow'] = new google.maps.InfoWindow({content: $lcd7c4961dc60707b2850ad64e7301f46});var infowindow = new google.maps.InfoWindow({content: $lcd7c4961dc60707b2850ad64e7301f46});google.maps.event.addListener(m_cd7c4961dc60707b2850ad64e7301f46, 'click', function() {infowindow.open(map,m_cd7c4961dc60707b2850ad64e7301f46);});$marker.push(m_cd7c4961dc60707b2850ad64e7301f46);}});}google.maps.event.addDomListener(window, 'load', initialize);