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.0941,-83.1514)};var g_32e4d24987f0570ba0c2b97b151d5956 = new google.maps.Geocoder();g_32e4d24987f0570ba0c2b97b151d5956.geocode( { 'address': "5910 Wilcox Pl Ste H, Dublin, OH 43016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dublin-OH-arab-student-aid-international').style.display = '';map = new google.maps.Map(document.getElementById('dublin-OH-arab-student-aid-international'), mapOptions);}document.getElementById('54ec04b9').innerHTML += ' | View Map';var $l32e4d24987f0570ba0c2b97b151d5956 = '

Arab Student Aid International

Address: 5910 Wilcox Pl Ste H, Dublin, OH 43016, USA
Phone: (614) 889-9420
';var m_32e4d24987f0570ba0c2b97b151d5956 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Arab Student Aid International',});m_32e4d24987f0570ba0c2b97b151d5956['infowindow'] = new google.maps.InfoWindow({content: $l32e4d24987f0570ba0c2b97b151d5956});var infowindow = new google.maps.InfoWindow({content: $l32e4d24987f0570ba0c2b97b151d5956});google.maps.event.addListener(m_32e4d24987f0570ba0c2b97b151d5956, 'click', function() {infowindow.open(map,m_32e4d24987f0570ba0c2b97b151d5956);});$marker.push(m_32e4d24987f0570ba0c2b97b151d5956);}});}google.maps.event.addDomListener(window, 'load', initialize);