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.4316,-82.1851)};var g_a94586e84476671b69fbda264ffe92aa = new google.maps.Geocoder();g_a94586e84476671b69fbda264ffe92aa.geocode( { 'address': "4375 Oberlin Ave, Lorain, OH 44053, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lorain-OH-first-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('lorain-OH-first-american-loans'), mapOptions);}document.getElementById('97c7e9fd').innerHTML += ' | View Map';var $la94586e84476671b69fbda264ffe92aa = '

First American Loans

Address: 4375 Oberlin Ave, Lorain, OH 44053, USA
Phone: (440) 282-3505
';var m_a94586e84476671b69fbda264ffe92aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Loans',});m_a94586e84476671b69fbda264ffe92aa['infowindow'] = new google.maps.InfoWindow({content: $la94586e84476671b69fbda264ffe92aa});var infowindow = new google.maps.InfoWindow({content: $la94586e84476671b69fbda264ffe92aa});google.maps.event.addListener(m_a94586e84476671b69fbda264ffe92aa, 'click', function() {infowindow.open(map,m_a94586e84476671b69fbda264ffe92aa);});$marker.push(m_a94586e84476671b69fbda264ffe92aa);}});}google.maps.event.addDomListener(window, 'load', initialize);