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(30.6734,-88.1498)};var g_3a8851529cca89648f4fe2fcb44205db = new google.maps.Geocoder();g_3a8851529cca89648f4fe2fcb44205db.geocode( { 'address': "308 Azalea Rd, Mobile, AL 36609, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mobile-AL-emergi-cash').style.display = '';map = new google.maps.Map(document.getElementById('mobile-AL-emergi-cash'), mapOptions);}document.getElementById('118eac78').innerHTML += ' | View Map';var $l3a8851529cca89648f4fe2fcb44205db = '

Emergi Cash

Address: 308 Azalea Rd, Mobile, AL 36609, USA
Phone: (251) 340-0355
';var m_3a8851529cca89648f4fe2fcb44205db = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Emergi Cash',});m_3a8851529cca89648f4fe2fcb44205db['infowindow'] = new google.maps.InfoWindow({content: $l3a8851529cca89648f4fe2fcb44205db});var infowindow = new google.maps.InfoWindow({content: $l3a8851529cca89648f4fe2fcb44205db});google.maps.event.addListener(m_3a8851529cca89648f4fe2fcb44205db, 'click', function() {infowindow.open(map,m_3a8851529cca89648f4fe2fcb44205db);});$marker.push(m_3a8851529cca89648f4fe2fcb44205db);}});}google.maps.event.addDomListener(window, 'load', initialize);