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(27.7647,-98.0448)};var g_ec2d959dd3f21da46562a9057d6684c9 = new google.maps.Geocoder();g_ec2d959dd3f21da46562a9057d6684c9.geocode( { 'address': "2310 E Main St, Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-coastal-community--teachers').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-coastal-community--teachers'), mapOptions);}document.getElementById('cb00aa85').innerHTML += ' | View Map';var $lec2d959dd3f21da46562a9057d6684c9 = '

Coastal Community & Teachers

Address: 2310 E Main St, Alice, TX 78332, USA
Phone: (361) 668-1100
';var m_ec2d959dd3f21da46562a9057d6684c9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Coastal Community & Teachers',});m_ec2d959dd3f21da46562a9057d6684c9['infowindow'] = new google.maps.InfoWindow({content: $lec2d959dd3f21da46562a9057d6684c9});var infowindow = new google.maps.InfoWindow({content: $lec2d959dd3f21da46562a9057d6684c9});google.maps.event.addListener(m_ec2d959dd3f21da46562a9057d6684c9, 'click', function() {infowindow.open(map,m_ec2d959dd3f21da46562a9057d6684c9);});$marker.push(m_ec2d959dd3f21da46562a9057d6684c9);}});}google.maps.event.addDomListener(window, 'load', initialize);