Thank you for your suport!
But in my case I want to set center of map when click to a link of marker lists, like this
<a href="javascript:openInfoWindow(0)">X-Game 2</a>
Check this picture:
sv1.upsieutoc.com/2017/10/30/map.jp
...
When I clicked a link of the lists, InfoWindow shows but behind other layer. So I want to change function "openInfoWindow()" when click() markers link and set map center to markers's position immediately. in this case is marker(0).
I hope you understand my problem. Thank you so much!