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(41.8652,-80.7815)};var g_72c288a828485e5b1d4c52910d106734 = new google.maps.Geocoder();g_72c288a828485e5b1d4c52910d106734.geocode( { 'address': "134 W 46th St, Ashtabula, OH 44004, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ashtabula-OH-ashtabula-neo-fund').style.display = '';map = new google.maps.Map(document.getElementById('ashtabula-OH-ashtabula-neo-fund'), mapOptions);}document.getElementById('d24d063c').innerHTML += ' | View Map';var $l72c288a828485e5b1d4c52910d106734 = '

Ashtabula NEO Fund

Address: 134 W 46th St, Ashtabula, OH 44004, USA
Phone: (440) 549-4636
';var m_72c288a828485e5b1d4c52910d106734 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Ashtabula NEO Fund',});m_72c288a828485e5b1d4c52910d106734['infowindow'] = new google.maps.InfoWindow({content: $l72c288a828485e5b1d4c52910d106734});var infowindow = new google.maps.InfoWindow({content: $l72c288a828485e5b1d4c52910d106734});google.maps.event.addListener(m_72c288a828485e5b1d4c52910d106734, 'click', function() {infowindow.open(map,m_72c288a828485e5b1d4c52910d106734);});$marker.push(m_72c288a828485e5b1d4c52910d106734);}});}google.maps.event.addDomListener(window, 'load', initialize);