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(40.0761,-93.6175)};var g_ed1db771321105b3c0dbc70a661b9b10 = new google.maps.Geocoder();g_ed1db771321105b3c0dbc70a661b9b10.geocode( { 'address': "1104 Main St, Trenton, MO 64683, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('trenton-MO-green-hills-rural-development').style.display = '';map = new google.maps.Map(document.getElementById('trenton-MO-green-hills-rural-development'), mapOptions);}document.getElementById('80c22a11').innerHTML += ' | View Map';var $led1db771321105b3c0dbc70a661b9b10 = '

Green Hills Rural Development

Address: 1104 Main St, Trenton, MO 64683, USA
Phone: (660) 359-5086
';var m_ed1db771321105b3c0dbc70a661b9b10 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Green Hills Rural Development',});m_ed1db771321105b3c0dbc70a661b9b10['infowindow'] = new google.maps.InfoWindow({content: $led1db771321105b3c0dbc70a661b9b10});var infowindow = new google.maps.InfoWindow({content: $led1db771321105b3c0dbc70a661b9b10});google.maps.event.addListener(m_ed1db771321105b3c0dbc70a661b9b10, 'click', function() {infowindow.open(map,m_ed1db771321105b3c0dbc70a661b9b10);});$marker.push(m_ed1db771321105b3c0dbc70a661b9b10);}});}google.maps.event.addDomListener(window, 'load', initialize);