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.4829,-81.4413)};var g_f186e7fae622a7798ce7f1bccac9a247 = new google.maps.Geocoder();g_f186e7fae622a7798ce7f1bccac9a247.geocode( { 'address': "515 Mill Ave SE, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-eagle-loan').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-eagle-loan'), mapOptions);}document.getElementById('8b15866f').innerHTML += ' | View Map';var $lf186e7fae622a7798ce7f1bccac9a247 = '

Eagle Loan

Address: 515 Mill Ave SE, New Philadelphia, OH 44663, USA
Phone: (330) 440-0005
';var m_f186e7fae622a7798ce7f1bccac9a247 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Eagle Loan',});m_f186e7fae622a7798ce7f1bccac9a247['infowindow'] = new google.maps.InfoWindow({content: $lf186e7fae622a7798ce7f1bccac9a247});var infowindow = new google.maps.InfoWindow({content: $lf186e7fae622a7798ce7f1bccac9a247});google.maps.event.addListener(m_f186e7fae622a7798ce7f1bccac9a247, 'click', function() {infowindow.open(map,m_f186e7fae622a7798ce7f1bccac9a247);});$marker.push(m_f186e7fae622a7798ce7f1bccac9a247);}});}google.maps.event.addDomListener(window, 'load', initialize);