jQuery Mobile Map
Using google maps API
HTML
<link rel="stylesheet" type="text/css" href="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.css" />
<script type="text/javascript" src="https://maps.google.com/maps/api/js?sensor=true"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0b2/jquery.mobile-1.0b2.min.js"></script>
<div id="map" data-role="page">
<div data-role="header">
<h1>Test</h1>
</div>
<div data-role="content">
<div id="map_canvas" style="height:300px; width:100%"></div>
</div>
</div>
CSS
.iwContent{width:100px;}
JavaScript
$(function() {
var poi = "33.89342,-84.30715",
poimg = "http://www.findthebestcarprice.com/public/images/how-to-buy-a-car.png";
var map = new google.maps.Map(document.getElementById('map_canvas'), {
zoom: 21,
center: new google.maps.LatLng(33.89342, -84.30715),
mapTypeId: google.maps.MapTypeId.ROADMAP
});
var pos, marker, content, infowindow;
infowindow = new google.maps.InfoWindow();
infowindow.setOptions({maxWidth:100});
pos = new google.maps.LatLng(33.89342, -84.30715);
marker = new google.maps.Marker({
position: pos,
map: map,
animation: google.maps.Animation.DROP
});
content = '<img src="' + poimg + '" style="float:left;margin-right:5px"><div>Title<div style="font-weight:normal;font-size:x-small">Cupcake ipsum dolor sit amet chocolate bar jujubes sweet roll. Pudding I love pastry marshmallow chocolate. I love I love tart muffin dessert. Gummies liquorice candy canes chocolate cake apple pie faworki I love bonbon bonbon. Soufflé donut chocolate I love lemon drops pastry jelly beans. Tiramisu lemon drops icing chocolate tiramisu sesame snaps I love marzipan lemon drops. Jelly tart chocolate bar tart. Jelly beans tootsie roll carrot cake bear claw tiramisu toffee oat cake danish icing. Gingerbread tiramisu I love sesame snaps brownie. Donut jelly-o I love danish toffee topping. Danish croissant pudding powder jelly beans muffin sugar plum jujubes tart. Bonbon I love sugar plum sesame snaps dessert. Oat cake I love pastry halvah macaroon I love cookie macaroon chupa chups. Muffin apple pie chocolate oat cake chupa chups cotton candy sugar plum sweet roll. Carrot cake candy canes dessert wafer topping sugar plum. Gingerbread cookie I love candy canes cake I love I love. Powder dessert toffee jelly cupcake cake jelly jelly-o. Cake jujubes jelly sugar plum jelly. Toffee pudding croissant sugar plum soufflé. I love ice cream cheesecake pastry chocolate cake wafer...