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(33.8495,-87.2789)};var g_8e48114f95d466b966813a8876de0264 = new google.maps.Geocoder();g_8e48114f95d466b966813a8876de0264.geocode( { 'address': "US-78 Alt, Jasper, AL 35501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-AL-lucys-loans').style.display = '';map = new google.maps.Map(document.getElementById('jasper-AL-lucys-loans'), mapOptions);}document.getElementById('c0007a39').innerHTML += ' | View Map';var $l8e48114f95d466b966813a8876de0264 = '

Lucy's Loans

Address: US-78 Alt, Jasper, AL 35501, USA
Phone: (205) 221-6441
';var m_8e48114f95d466b966813a8876de0264 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lucy's Loans',});m_8e48114f95d466b966813a8876de0264['infowindow'] = new google.maps.InfoWindow({content: $l8e48114f95d466b966813a8876de0264});var infowindow = new google.maps.InfoWindow({content: $l8e48114f95d466b966813a8876de0264});google.maps.event.addListener(m_8e48114f95d466b966813a8876de0264, 'click', function() {infowindow.open(map,m_8e48114f95d466b966813a8876de0264);});$marker.push(m_8e48114f95d466b966813a8876de0264);}});}google.maps.event.addDomListener(window, 'load', initialize);