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.116,-83.0071)};var g_79a65ef201ecd2de0b301a429e340022 = new google.maps.Geocoder();g_79a65ef201ecd2de0b301a429e340022.geocode( { 'address': "7575 Huntington Park Dr, Columbus, OH 43235, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-huntington-mortgage-group').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-huntington-mortgage-group'), mapOptions);}document.getElementById('3d024d15').innerHTML += ' | View Map';var $l79a65ef201ecd2de0b301a429e340022 = '

Huntington Mortgage Group

Address: 7575 Huntington Park Dr, Columbus, OH 43235, USA
Phone: (614) 480-6505
';var m_79a65ef201ecd2de0b301a429e340022 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntington Mortgage Group',});m_79a65ef201ecd2de0b301a429e340022['infowindow'] = new google.maps.InfoWindow({content: $l79a65ef201ecd2de0b301a429e340022});var infowindow = new google.maps.InfoWindow({content: $l79a65ef201ecd2de0b301a429e340022});google.maps.event.addListener(m_79a65ef201ecd2de0b301a429e340022, 'click', function() {infowindow.open(map,m_79a65ef201ecd2de0b301a429e340022);});$marker.push(m_79a65ef201ecd2de0b301a429e340022);}});}google.maps.event.addDomListener(window, 'load', initialize);