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.7714,-82.579)};var g_222c92e28c5c017b59e11617558f6bf7 = new google.maps.Geocoder();g_222c92e28c5c017b59e11617558f6bf7.geocode( { 'address': "1810 W 4th St, Mansfield, OH 44906, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mansfield-OH-jdbnow---mansfield-oh').style.display = '';map = new google.maps.Map(document.getElementById('mansfield-OH-jdbnow---mansfield-oh'), mapOptions);}document.getElementById('3fe8b33d').innerHTML += ' | View Map';var $l222c92e28c5c017b59e11617558f6bf7 = '

JDBNOW - Mansfield, OH

Address: 1810 W 4th St, Mansfield, OH 44906, USA
Phone: (419) 529-2515
';var m_222c92e28c5c017b59e11617558f6bf7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JDBNOW - Mansfield, OH',});m_222c92e28c5c017b59e11617558f6bf7['infowindow'] = new google.maps.InfoWindow({content: $l222c92e28c5c017b59e11617558f6bf7});var infowindow = new google.maps.InfoWindow({content: $l222c92e28c5c017b59e11617558f6bf7});google.maps.event.addListener(m_222c92e28c5c017b59e11617558f6bf7, 'click', function() {infowindow.open(map,m_222c92e28c5c017b59e11617558f6bf7);});$marker.push(m_222c92e28c5c017b59e11617558f6bf7);}});}google.maps.event.addDomListener(window, 'load', initialize);