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(31.714,-86.2636)};var g_1aab3ecb451c42e3c3c94ea13da56031 = new google.maps.Geocoder();g_1aab3ecb451c42e3c3c94ea13da56031.geocode( { 'address': "171 Forest Ave, Luverne, AL 36049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('luverne-AL-city-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('luverne-AL-city-finance-co'), mapOptions);}document.getElementById('08874286').innerHTML += ' | View Map';var $l1aab3ecb451c42e3c3c94ea13da56031 = '

City Finance Co

Address: 171 Forest Ave, Luverne, AL 36049, USA
Phone: (334) 335-5001
';var m_1aab3ecb451c42e3c3c94ea13da56031 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'City Finance Co',});m_1aab3ecb451c42e3c3c94ea13da56031['infowindow'] = new google.maps.InfoWindow({content: $l1aab3ecb451c42e3c3c94ea13da56031});var infowindow = new google.maps.InfoWindow({content: $l1aab3ecb451c42e3c3c94ea13da56031});google.maps.event.addListener(m_1aab3ecb451c42e3c3c94ea13da56031, 'click', function() {infowindow.open(map,m_1aab3ecb451c42e3c3c94ea13da56031);});$marker.push(m_1aab3ecb451c42e3c3c94ea13da56031);}});}google.maps.event.addDomListener(window, 'load', initialize);