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.7363,-82.8038)};var g_13423d517c6c60ae65988c6c3fd937ca = new google.maps.Geocoder();g_13423d517c6c60ae65988c6c3fd937ca.geocode( { 'address': "222 Portland Way N, Galion, OH 44833, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galion-OH-first-american-loans').style.display = '';map = new google.maps.Map(document.getElementById('galion-OH-first-american-loans'), mapOptions);}document.getElementById('5aa7c3a0').innerHTML += ' | View Map';var $l13423d517c6c60ae65988c6c3fd937ca = '

First American Loans

Address: 222 Portland Way N, Galion, OH 44833, USA
Phone: (419) 468-3015
';var m_13423d517c6c60ae65988c6c3fd937ca = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First American Loans',});m_13423d517c6c60ae65988c6c3fd937ca['infowindow'] = new google.maps.InfoWindow({content: $l13423d517c6c60ae65988c6c3fd937ca});var infowindow = new google.maps.InfoWindow({content: $l13423d517c6c60ae65988c6c3fd937ca});google.maps.event.addListener(m_13423d517c6c60ae65988c6c3fd937ca, 'click', function() {infowindow.open(map,m_13423d517c6c60ae65988c6c3fd937ca);});$marker.push(m_13423d517c6c60ae65988c6c3fd937ca);}});}google.maps.event.addDomListener(window, 'load', initialize);