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.103,-83.0183)};var g_830b78595666ff6d19a75a5fdcec990f = new google.maps.Geocoder();g_830b78595666ff6d19a75a5fdcec990f.geocode( { 'address': "6797 N High St #304, Worthington, OH 43085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worthington-OH-cross-country-mortgage-inc').style.display = '';map = new google.maps.Map(document.getElementById('worthington-OH-cross-country-mortgage-inc'), mapOptions);}document.getElementById('9efaa0a4').innerHTML += ' | View Map';var $l830b78595666ff6d19a75a5fdcec990f = '

Cross Country Mortgage Inc

Address: 6797 N High St #304, Worthington, OH 43085, USA
Phone: (614) 842-6044
';var m_830b78595666ff6d19a75a5fdcec990f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cross Country Mortgage Inc',});m_830b78595666ff6d19a75a5fdcec990f['infowindow'] = new google.maps.InfoWindow({content: $l830b78595666ff6d19a75a5fdcec990f});var infowindow = new google.maps.InfoWindow({content: $l830b78595666ff6d19a75a5fdcec990f});google.maps.event.addListener(m_830b78595666ff6d19a75a5fdcec990f, 'click', function() {infowindow.open(map,m_830b78595666ff6d19a75a5fdcec990f);});$marker.push(m_830b78595666ff6d19a75a5fdcec990f);}});}google.maps.event.addDomListener(window, 'load', initialize);