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(34.1849,-101.742)};var g_128433173bd991b5f6d7493f2d98ffcc = new google.maps.Geocoder();g_128433173bd991b5f6d7493f2d98ffcc.geocode( { 'address': "3201 Olton Rd, Plainview, TX 79072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainview-TX-centennial').style.display = '';map = new google.maps.Map(document.getElementById('plainview-TX-centennial'), mapOptions);}document.getElementById('4b62002b').innerHTML += ' | View Map';var $l128433173bd991b5f6d7493f2d98ffcc = '

Centennial

Address: 3201 Olton Rd, Plainview, TX 79072, USA
Phone: (806) 291-8000
';var m_128433173bd991b5f6d7493f2d98ffcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centennial',});m_128433173bd991b5f6d7493f2d98ffcc['infowindow'] = new google.maps.InfoWindow({content: $l128433173bd991b5f6d7493f2d98ffcc});var infowindow = new google.maps.InfoWindow({content: $l128433173bd991b5f6d7493f2d98ffcc});google.maps.event.addListener(m_128433173bd991b5f6d7493f2d98ffcc, 'click', function() {infowindow.open(map,m_128433173bd991b5f6d7493f2d98ffcc);});$marker.push(m_128433173bd991b5f6d7493f2d98ffcc);}});}google.maps.event.addDomListener(window, 'load', initialize);