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(29.9643,-90.1971)};var g_ba8bcb984d1cb1ea05d3a7b6090e75eb = new google.maps.Geocoder();g_ba8bcb984d1cb1ea05d3a7b6090e75eb.geocode( { 'address': "5700 Citrus Blvd, Harahan, LA 70123, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harahan-LA-home-bank').style.display = '';map = new google.maps.Map(document.getElementById('harahan-LA-home-bank'), mapOptions);}document.getElementById('dbc5bce8').innerHTML += ' | View Map';var $lba8bcb984d1cb1ea05d3a7b6090e75eb = '

Home Bank

Address: 5700 Citrus Blvd, Harahan, LA 70123, USA
Phone: (504) 736-5140
';var m_ba8bcb984d1cb1ea05d3a7b6090e75eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Home Bank',});m_ba8bcb984d1cb1ea05d3a7b6090e75eb['infowindow'] = new google.maps.InfoWindow({content: $lba8bcb984d1cb1ea05d3a7b6090e75eb});var infowindow = new google.maps.InfoWindow({content: $lba8bcb984d1cb1ea05d3a7b6090e75eb});google.maps.event.addListener(m_ba8bcb984d1cb1ea05d3a7b6090e75eb, 'click', function() {infowindow.open(map,m_ba8bcb984d1cb1ea05d3a7b6090e75eb);});$marker.push(m_ba8bcb984d1cb1ea05d3a7b6090e75eb);}});}google.maps.event.addDomListener(window, 'load', initialize);