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(31.1169,-97.7275)};var g_845dfb5d41dbc15094b748dd15af2448 = new google.maps.Geocoder();g_845dfb5d41dbc15094b748dd15af2448.geocode( { 'address': "4020 Lakecliff Dr, Harker Heights, TX 76548"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-central-texas-water-supply').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-central-texas-water-supply'), mapOptions);}document.getElementById('9c096022').innerHTML += ' | View Map';var $l845dfb5d41dbc15094b748dd15af2448 = '

Central Texas Water Supply

Address: 4020 Lakecliff Dr, Harker Heights, TX 76548
Phone: (254) 698-2779
';var m_845dfb5d41dbc15094b748dd15af2448 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Texas Water Supply',});m_845dfb5d41dbc15094b748dd15af2448['infowindow'] = new google.maps.InfoWindow({content: $l845dfb5d41dbc15094b748dd15af2448});var infowindow = new google.maps.InfoWindow({content: $l845dfb5d41dbc15094b748dd15af2448});google.maps.event.addListener(m_845dfb5d41dbc15094b748dd15af2448, 'click', function() {infowindow.open(map,m_845dfb5d41dbc15094b748dd15af2448);});$marker.push(m_845dfb5d41dbc15094b748dd15af2448);}});}google.maps.event.addDomListener(window, 'load', initialize);