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(37.5647,-97.3526)};var g_ae3a12e662884604c069b4dfc5a13afd = new google.maps.Geocoder();g_ae3a12e662884604c069b4dfc5a13afd.geocode( { 'address': "101 N Main St, Haysville, KS 67060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('haysville-KS-golden-plains').style.display = '';map = new google.maps.Map(document.getElementById('haysville-KS-golden-plains'), mapOptions);}document.getElementById('8e18a9c7').innerHTML += ' | View Map';var $lae3a12e662884604c069b4dfc5a13afd = '

Golden Plains

Address: 101 N Main St, Haysville, KS 67060, USA
Phone: (316) 529-1144
';var m_ae3a12e662884604c069b4dfc5a13afd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Plains',});m_ae3a12e662884604c069b4dfc5a13afd['infowindow'] = new google.maps.InfoWindow({content: $lae3a12e662884604c069b4dfc5a13afd});var infowindow = new google.maps.InfoWindow({content: $lae3a12e662884604c069b4dfc5a13afd});google.maps.event.addListener(m_ae3a12e662884604c069b4dfc5a13afd, 'click', function() {infowindow.open(map,m_ae3a12e662884604c069b4dfc5a13afd);});$marker.push(m_ae3a12e662884604c069b4dfc5a13afd);}});}google.maps.event.addDomListener(window, 'load', initialize);