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.4584,-82.702)};var g_fe1fa775d818957a76304c35e1939355 = new google.maps.Geocoder();g_fe1fa775d818957a76304c35e1939355.geocode( { 'address': "225 Meigs St, Sandusky, OH 44870, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sandusky-OH-mcgookey-law-offices').style.display = '';map = new google.maps.Map(document.getElementById('sandusky-OH-mcgookey-law-offices'), mapOptions);}document.getElementById('6a423066').innerHTML += ' | View Map';var $lfe1fa775d818957a76304c35e1939355 = '

McGookey Law Offices

Address: 225 Meigs St, Sandusky, OH 44870, USA
Phone: (419) 502-7223
';var m_fe1fa775d818957a76304c35e1939355 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'McGookey Law Offices',});m_fe1fa775d818957a76304c35e1939355['infowindow'] = new google.maps.InfoWindow({content: $lfe1fa775d818957a76304c35e1939355});var infowindow = new google.maps.InfoWindow({content: $lfe1fa775d818957a76304c35e1939355});google.maps.event.addListener(m_fe1fa775d818957a76304c35e1939355, 'click', function() {infowindow.open(map,m_fe1fa775d818957a76304c35e1939355);});$marker.push(m_fe1fa775d818957a76304c35e1939355);}});}google.maps.event.addDomListener(window, 'load', initialize);