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.1619,-80.5692)};var g_157ac77e2af10696364baec2d6cddc15 = new google.maps.Geocoder();g_157ac77e2af10696364baec2d6cddc15.geocode( { 'address': "444 N Main St, Hubbard, OH 44425, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hubbard-OH-jp-marsh--co-cpas').style.display = '';map = new google.maps.Map(document.getElementById('hubbard-OH-jp-marsh--co-cpas'), mapOptions);}document.getElementById('b06f2e60').innerHTML += ' | View Map';var $l157ac77e2af10696364baec2d6cddc15 = '

J.P. Marsh & Co., CPAs

Address: 444 N Main St, Hubbard, OH 44425, USA
Phone: (330) 534-0001
';var m_157ac77e2af10696364baec2d6cddc15 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'J.P. Marsh & Co., CPAs',});m_157ac77e2af10696364baec2d6cddc15['infowindow'] = new google.maps.InfoWindow({content: $l157ac77e2af10696364baec2d6cddc15});var infowindow = new google.maps.InfoWindow({content: $l157ac77e2af10696364baec2d6cddc15});google.maps.event.addListener(m_157ac77e2af10696364baec2d6cddc15, 'click', function() {infowindow.open(map,m_157ac77e2af10696364baec2d6cddc15);});$marker.push(m_157ac77e2af10696364baec2d6cddc15);}});}google.maps.event.addDomListener(window, 'load', initialize);