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.0944,-83.0183)};var g_042b77abb8c28c023d5ca88db94286e3 = new google.maps.Geocoder();g_042b77abb8c28c023d5ca88db94286e3.geocode( { 'address': "937 High St, Worthington, OH 43085, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('worthington-OH-gls-financial-consulants-inc').style.display = '';map = new google.maps.Map(document.getElementById('worthington-OH-gls-financial-consulants-inc'), mapOptions);}document.getElementById('9eab8ed9').innerHTML += ' | View Map';var $l042b77abb8c28c023d5ca88db94286e3 = '

GLS Financial Consulants Inc

Address: 937 High St, Worthington, OH 43085, USA
Phone: (614) 888-2888
';var m_042b77abb8c28c023d5ca88db94286e3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GLS Financial Consulants Inc',});m_042b77abb8c28c023d5ca88db94286e3['infowindow'] = new google.maps.InfoWindow({content: $l042b77abb8c28c023d5ca88db94286e3});var infowindow = new google.maps.InfoWindow({content: $l042b77abb8c28c023d5ca88db94286e3});google.maps.event.addListener(m_042b77abb8c28c023d5ca88db94286e3, 'click', function() {infowindow.open(map,m_042b77abb8c28c023d5ca88db94286e3);});$marker.push(m_042b77abb8c28c023d5ca88db94286e3);}});}google.maps.event.addDomListener(window, 'load', initialize);