mirror of
https://github.com/moparisthebest/Fresh-Food-Finder
synced 2024-11-25 10:12:17 -05:00
10 lines
260 B
HTML
10 lines
260 B
HTML
|
|
||
|
<div id="marketMapView">
|
||
|
<div id="marketMapContainer" >
|
||
|
<div id="map" style="width:100%;height:100%"></div>
|
||
|
</div>
|
||
|
<div id="footer">
|
||
|
<a class="button" href="javascript:getDirections({{index}})">Get Directions</a>
|
||
|
</div>
|
||
|
</div>
|