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.2716,-81.8666)};var g_73ceb491b0e4e3312da4e1295a5f1d1e = new google.maps.Geocoder();g_73ceb491b0e4e3312da4e1295a5f1d1e.geocode( { 'address': "224 S 3rd St, Coshocton, OH 43812, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coshocton-OH-bradford-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('coshocton-OH-bradford-financial-group'), mapOptions);}document.getElementById('35db36b5').innerHTML += ' | View Map';var $l73ceb491b0e4e3312da4e1295a5f1d1e = '

Bradford Financial Group

Address: 224 S 3rd St, Coshocton, OH 43812, USA
Phone: (740) 622-3347
';var m_73ceb491b0e4e3312da4e1295a5f1d1e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bradford Financial Group',});m_73ceb491b0e4e3312da4e1295a5f1d1e['infowindow'] = new google.maps.InfoWindow({content: $l73ceb491b0e4e3312da4e1295a5f1d1e});var infowindow = new google.maps.InfoWindow({content: $l73ceb491b0e4e3312da4e1295a5f1d1e});google.maps.event.addListener(m_73ceb491b0e4e3312da4e1295a5f1d1e, 'click', function() {infowindow.open(map,m_73ceb491b0e4e3312da4e1295a5f1d1e);});$marker.push(m_73ceb491b0e4e3312da4e1295a5f1d1e);}});}google.maps.event.addDomListener(window, 'load', initialize);