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.7657,-95.3732)};var g_84ad7342b45f4a4872f0cb364449af4f = new google.maps.Geocoder();g_84ad7342b45f4a4872f0cb364449af4f.geocode( { 'address': "612 W Sheridan Ave, Shenandoah, IA 51601, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('shenandoah-IA-jay-memorial-trust').style.display = '';map = new google.maps.Map(document.getElementById('shenandoah-IA-jay-memorial-trust'), mapOptions);}document.getElementById('8cff8731').innerHTML += ' | View Map';var $l84ad7342b45f4a4872f0cb364449af4f = '

Jay Memorial Trust

Address: 612 W Sheridan Ave, Shenandoah, IA 51601, USA
Phone: (712) 246-3399
';var m_84ad7342b45f4a4872f0cb364449af4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Jay Memorial Trust',});m_84ad7342b45f4a4872f0cb364449af4f['infowindow'] = new google.maps.InfoWindow({content: $l84ad7342b45f4a4872f0cb364449af4f});var infowindow = new google.maps.InfoWindow({content: $l84ad7342b45f4a4872f0cb364449af4f});google.maps.event.addListener(m_84ad7342b45f4a4872f0cb364449af4f, 'click', function() {infowindow.open(map,m_84ad7342b45f4a4872f0cb364449af4f);});$marker.push(m_84ad7342b45f4a4872f0cb364449af4f);}});}google.maps.event.addDomListener(window, 'load', initialize);