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.0912,-82.9503)};var g_67559abce761a57a4e0782a9f60e4adc = new google.maps.Geocoder();g_67559abce761a57a4e0782a9f60e4adc.geocode( { 'address': "5880 Cleveland Ave, Columbus, OH 43231, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-OH-tower-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('columbus-OH-tower-mortgage-corporation'), mapOptions);}document.getElementById('5ecc198f').innerHTML += ' | View Map';var $l67559abce761a57a4e0782a9f60e4adc = '

Tower Mortgage Corporation

Address: 5880 Cleveland Ave, Columbus, OH 43231, USA
Phone: (800) 918-5400
';var m_67559abce761a57a4e0782a9f60e4adc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tower Mortgage Corporation',});m_67559abce761a57a4e0782a9f60e4adc['infowindow'] = new google.maps.InfoWindow({content: $l67559abce761a57a4e0782a9f60e4adc});var infowindow = new google.maps.InfoWindow({content: $l67559abce761a57a4e0782a9f60e4adc});google.maps.event.addListener(m_67559abce761a57a4e0782a9f60e4adc, 'click', function() {infowindow.open(map,m_67559abce761a57a4e0782a9f60e4adc);});$marker.push(m_67559abce761a57a4e0782a9f60e4adc);}});}google.maps.event.addDomListener(window, 'load', initialize);