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.2855,-89.7388)};var g_a3604090ad274ca07d94a2b34ec1cf65 = new google.maps.Geocoder();g_a3604090ad274ca07d94a2b34ec1cf65.geocode( { 'address': "2037 Gause Blvd E, Slidell, LA 70461, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('slidell-LA-home-bank').style.display = '';map = new google.maps.Map(document.getElementById('slidell-LA-home-bank'), mapOptions);}document.getElementById('6353dd7a').innerHTML += ' | View Map';var $la3604090ad274ca07d94a2b34ec1cf65 = '

Home Bank

Address: 2037 Gause Blvd E, Slidell, LA 70461, USA
Phone: (985) 645-3768
';var m_a3604090ad274ca07d94a2b34ec1cf65 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Bank',});m_a3604090ad274ca07d94a2b34ec1cf65['infowindow'] = new google.maps.InfoWindow({content: $la3604090ad274ca07d94a2b34ec1cf65});var infowindow = new google.maps.InfoWindow({content: $la3604090ad274ca07d94a2b34ec1cf65});google.maps.event.addListener(m_a3604090ad274ca07d94a2b34ec1cf65, 'click', function() {infowindow.open(map,m_a3604090ad274ca07d94a2b34ec1cf65);});$marker.push(m_a3604090ad274ca07d94a2b34ec1cf65);}});}google.maps.event.addDomListener(window, 'load', initialize);