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.7271,-90.5064)};var g_29b95e1225155384325986c634d706d9 = new google.maps.Geocoder();g_29b95e1225155384325986c634d706d9.geocode( { 'address': "205 E Oak St, Amite City, LA 70422, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('amite-city-LA-lee-finance-co-inc').style.display = '';map = new google.maps.Map(document.getElementById('amite-city-LA-lee-finance-co-inc'), mapOptions);}document.getElementById('c84c6690').innerHTML += ' | View Map';var $l29b95e1225155384325986c634d706d9 = '

Lee Finance Co Inc

Address: 205 E Oak St, Amite City, LA 70422, USA
Phone: (985) 748-9075
';var m_29b95e1225155384325986c634d706d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lee Finance Co Inc',});m_29b95e1225155384325986c634d706d9['infowindow'] = new google.maps.InfoWindow({content: $l29b95e1225155384325986c634d706d9});var infowindow = new google.maps.InfoWindow({content: $l29b95e1225155384325986c634d706d9});google.maps.event.addListener(m_29b95e1225155384325986c634d706d9, 'click', function() {infowindow.open(map,m_29b95e1225155384325986c634d706d9);});$marker.push(m_29b95e1225155384325986c634d706d9);}});}google.maps.event.addDomListener(window, 'load', initialize);