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.4965,-90.4595)};var g_80fcb52e33ba5e1c7ab6661a7a325306 = new google.maps.Geocoder();g_80fcb52e33ba5e1c7ab6661a7a325306.geocode( { 'address': "824 SW Railroad Ave, Hammond, LA 70403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-LA-advantage-financial-services---hammond').style.display = '';map = new google.maps.Map(document.getElementById('hammond-LA-advantage-financial-services---hammond'), mapOptions);}document.getElementById('31f1e1e1').innerHTML += ' | View Map';var $l80fcb52e33ba5e1c7ab6661a7a325306 = '

Advantage Financial Services - Hammond

Address: 824 SW Railroad Ave, Hammond, LA 70403, USA
Phone: (866) 303-9882
';var m_80fcb52e33ba5e1c7ab6661a7a325306 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Advantage Financial Services - Hammond',});m_80fcb52e33ba5e1c7ab6661a7a325306['infowindow'] = new google.maps.InfoWindow({content: $l80fcb52e33ba5e1c7ab6661a7a325306});var infowindow = new google.maps.InfoWindow({content: $l80fcb52e33ba5e1c7ab6661a7a325306});google.maps.event.addListener(m_80fcb52e33ba5e1c7ab6661a7a325306, 'click', function() {infowindow.open(map,m_80fcb52e33ba5e1c7ab6661a7a325306);});$marker.push(m_80fcb52e33ba5e1c7ab6661a7a325306);}});}google.maps.event.addDomListener(window, 'load', initialize);