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.7814,-81.5098)};var g_ebe4bab9796d8591e73101a9b2cf6296 = new google.maps.Geocoder();g_ebe4bab9796d8591e73101a9b2cf6296.geocode( { 'address': "1321 13th St SE, Massillon, OH 44646, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('massillon-OH-jdb-financial').style.display = '';map = new google.maps.Map(document.getElementById('massillon-OH-jdb-financial'), mapOptions);}document.getElementById('49219a7b').innerHTML += ' | View Map';var $lebe4bab9796d8591e73101a9b2cf6296 = '

JDB Financial

Address: 1321 13th St SE, Massillon, OH 44646, USA
Phone: (330) 832-5253
';var m_ebe4bab9796d8591e73101a9b2cf6296 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'JDB Financial',});m_ebe4bab9796d8591e73101a9b2cf6296['infowindow'] = new google.maps.InfoWindow({content: $lebe4bab9796d8591e73101a9b2cf6296});var infowindow = new google.maps.InfoWindow({content: $lebe4bab9796d8591e73101a9b2cf6296});google.maps.event.addListener(m_ebe4bab9796d8591e73101a9b2cf6296, 'click', function() {infowindow.open(map,m_ebe4bab9796d8591e73101a9b2cf6296);});$marker.push(m_ebe4bab9796d8591e73101a9b2cf6296);}});}google.maps.event.addDomListener(window, 'load', initialize);