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.3463,-83.1145)};var g_ffa6e750d94fae966e7366ec2c63bc4c = new google.maps.Geocoder();g_ffa6e750d94fae966e7366ec2c63bc4c.geocode( { 'address': "323 Croghan St, Fremont, OH 43420, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fremont-OH-croghan-trust--investment-services').style.display = '';map = new google.maps.Map(document.getElementById('fremont-OH-croghan-trust--investment-services'), mapOptions);}document.getElementById('d910e7fa').innerHTML += ' | View Map';var $lffa6e750d94fae966e7366ec2c63bc4c = '

Croghan Trust & Investment Services

Address: 323 Croghan St, Fremont, OH 43420, USA
Phone: (419) 355-2212
';var m_ffa6e750d94fae966e7366ec2c63bc4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Croghan Trust & Investment Services',});m_ffa6e750d94fae966e7366ec2c63bc4c['infowindow'] = new google.maps.InfoWindow({content: $lffa6e750d94fae966e7366ec2c63bc4c});var infowindow = new google.maps.InfoWindow({content: $lffa6e750d94fae966e7366ec2c63bc4c});google.maps.event.addListener(m_ffa6e750d94fae966e7366ec2c63bc4c, 'click', function() {infowindow.open(map,m_ffa6e750d94fae966e7366ec2c63bc4c);});$marker.push(m_ffa6e750d94fae966e7366ec2c63bc4c);}});}google.maps.event.addDomListener(window, 'load', initialize);