座標の値を変数に配列として格納したい
var initial_location = new Array ();
initial_location = $('ol.locations_list li a:first').?????;
--------HTML ------------
<ol class="locations_list">
<li class="active_location"><a cityid="0" type="street_address" radius="81.00" coords="['43.2342080','-77.0683780']"><span class="location_title"> common 81.00 km of</span>
21 Carlton Street, Sodus, NY 14551, USA</a>
<a class="remove_location" style="float:right;" data-nid="106" title="Remove this location">
x
</a></li><li><span class="location_title">
Home
</span>
New York, NY, USA
<a class="remove_location" style="float:right;" data-nid="109" title="Remove this location">
x
</a></li></ol>
coords="['43.2342080','77.0683780']" が配列であることがわかります..中括弧のように別の方法でレンダリングすることもできます。