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.022,-80.71)};var g_e3ff7ebc5a5822c18df5be55cb733168 = new google.maps.Geocoder();g_e3ff7ebc5a5822c18df5be55cb733168.geocode( { 'address': "6715 Tippecanoe Rd, Canfield, OH 44406, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('canfield-OH-daprile-financial-llc').style.display = '';map = new google.maps.Map(document.getElementById('canfield-OH-daprile-financial-llc'), mapOptions);}document.getElementById('b8867c86').innerHTML += ' | View Map';var $le3ff7ebc5a5822c18df5be55cb733168 = '

Daprile Financial LLC

Address: 6715 Tippecanoe Rd, Canfield, OH 44406, USA
Phone: (330) 533-1235
';var m_e3ff7ebc5a5822c18df5be55cb733168 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Daprile Financial LLC',});m_e3ff7ebc5a5822c18df5be55cb733168['infowindow'] = new google.maps.InfoWindow({content: $le3ff7ebc5a5822c18df5be55cb733168});var infowindow = new google.maps.InfoWindow({content: $le3ff7ebc5a5822c18df5be55cb733168});google.maps.event.addListener(m_e3ff7ebc5a5822c18df5be55cb733168, 'click', function() {infowindow.open(map,m_e3ff7ebc5a5822c18df5be55cb733168);});$marker.push(m_e3ff7ebc5a5822c18df5be55cb733168);}});}google.maps.event.addDomListener(window, 'load', initialize);