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.0469,-83.2239)};var g_a188f3460170e7c988fb9a27034f0f06 = new google.maps.Geocoder();g_a188f3460170e7c988fb9a27034f0f06.geocode( { 'address': "100 Lawrence Rd, Milledgeville, GA 31062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('milledgeville-GA-central-state-hospital-cu').style.display = '';map = new google.maps.Map(document.getElementById('milledgeville-GA-central-state-hospital-cu'), mapOptions);}document.getElementById('a2e1a4ed').innerHTML += ' | View Map';var $la188f3460170e7c988fb9a27034f0f06 = '

Central State Hospital CU

Address: 100 Lawrence Rd, Milledgeville, GA 31062, USA
Phone: (478) 445-5347
';var m_a188f3460170e7c988fb9a27034f0f06 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central State Hospital CU',});m_a188f3460170e7c988fb9a27034f0f06['infowindow'] = new google.maps.InfoWindow({content: $la188f3460170e7c988fb9a27034f0f06});var infowindow = new google.maps.InfoWindow({content: $la188f3460170e7c988fb9a27034f0f06});google.maps.event.addListener(m_a188f3460170e7c988fb9a27034f0f06, 'click', function() {infowindow.open(map,m_a188f3460170e7c988fb9a27034f0f06);});$marker.push(m_a188f3460170e7c988fb9a27034f0f06);}});}google.maps.event.addDomListener(window, 'load', initialize);