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.4919,-81.4551)};var g_43873cc1c69a063a893e5168244d19b7 = new google.maps.Geocoder();g_43873cc1c69a063a893e5168244d19b7.geocode( { 'address': "529 W High Ave, New Philadelphia, OH 44663, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-philadelphia-OH-first-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('new-philadelphia-OH-first-american-loans'), mapOptions);}document.getElementById('e8bb5ad0').innerHTML += ' | View Map';var $l43873cc1c69a063a893e5168244d19b7 = '

First American Loans

Address: 529 W High Ave, New Philadelphia, OH 44663, USA
Phone: (330) 339-0902
';var m_43873cc1c69a063a893e5168244d19b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Loans',});m_43873cc1c69a063a893e5168244d19b7['infowindow'] = new google.maps.InfoWindow({content: $l43873cc1c69a063a893e5168244d19b7});var infowindow = new google.maps.InfoWindow({content: $l43873cc1c69a063a893e5168244d19b7});google.maps.event.addListener(m_43873cc1c69a063a893e5168244d19b7, 'click', function() {infowindow.open(map,m_43873cc1c69a063a893e5168244d19b7);});$marker.push(m_43873cc1c69a063a893e5168244d19b7);}});}google.maps.event.addDomListener(window, 'load', initialize);