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.7652,-84.132)};var g_fa44f45cbe3cf2a44f43301d3702e15d = new google.maps.Geocoder();g_fa44f45cbe3cf2a44f43301d3702e15d.geocode( { 'address': "1964 Brookhaven Dr, Lima, OH 45805, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lima-OH-huntington-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('lima-OH-huntington-mortgage-group'), mapOptions);}document.getElementById('5b7df013').innerHTML += ' | View Map';var $lfa44f45cbe3cf2a44f43301d3702e15d = '

Huntington Mortgage Group

Address: 1964 Brookhaven Dr, Lima, OH 45805, USA
Phone: (419) 222-3241
';var m_fa44f45cbe3cf2a44f43301d3702e15d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Mortgage Group',});m_fa44f45cbe3cf2a44f43301d3702e15d['infowindow'] = new google.maps.InfoWindow({content: $lfa44f45cbe3cf2a44f43301d3702e15d});var infowindow = new google.maps.InfoWindow({content: $lfa44f45cbe3cf2a44f43301d3702e15d});google.maps.event.addListener(m_fa44f45cbe3cf2a44f43301d3702e15d, 'click', function() {infowindow.open(map,m_fa44f45cbe3cf2a44f43301d3702e15d);});$marker.push(m_fa44f45cbe3cf2a44f43301d3702e15d);}});}google.maps.event.addDomListener(window, 'load', initialize);