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.5002,-90.4753)};var g_a9392709d6d4e139eef1c81ed1d6ae6b = new google.maps.Geocoder();g_a9392709d6d4e139eef1c81ed1d6ae6b.geocode( { 'address': "1313 W Morris Ave, Hammond, LA 70403, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hammond-LA-first-financial').style.display = '';map = new google.maps.Map(document.getElementById('hammond-LA-first-financial'), mapOptions);}document.getElementById('f7456a71').innerHTML += ' | View Map';var $la9392709d6d4e139eef1c81ed1d6ae6b = '

First Financial

Address: 1313 W Morris Ave, Hammond, LA 70403, USA
Phone: (985) 345-8311
';var m_a9392709d6d4e139eef1c81ed1d6ae6b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Financial',});m_a9392709d6d4e139eef1c81ed1d6ae6b['infowindow'] = new google.maps.InfoWindow({content: $la9392709d6d4e139eef1c81ed1d6ae6b});var infowindow = new google.maps.InfoWindow({content: $la9392709d6d4e139eef1c81ed1d6ae6b});google.maps.event.addListener(m_a9392709d6d4e139eef1c81ed1d6ae6b, 'click', function() {infowindow.open(map,m_a9392709d6d4e139eef1c81ed1d6ae6b);});$marker.push(m_a9392709d6d4e139eef1c81ed1d6ae6b);}});}google.maps.event.addDomListener(window, 'load', initialize);