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.9881,-90.2427)};var g_235a3fb233e5b5331f2d13c0d5a04f66 = new google.maps.Geocoder();g_235a3fb233e5b5331f2d13c0d5a04f66.geocode( { 'address': "1619 Williams Blvd, Kenner, LA 70062, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kenner-LA-westside-credit-corporation').style.display = '';map = new google.maps.Map(document.getElementById('kenner-LA-westside-credit-corporation'), mapOptions);}document.getElementById('943089eb').innerHTML += ' | View Map';var $l235a3fb233e5b5331f2d13c0d5a04f66 = '

Westside Credit Corporation

Address: 1619 Williams Blvd, Kenner, LA 70062, USA
Phone: (504) 469-8300
';var m_235a3fb233e5b5331f2d13c0d5a04f66 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westside Credit Corporation',});m_235a3fb233e5b5331f2d13c0d5a04f66['infowindow'] = new google.maps.InfoWindow({content: $l235a3fb233e5b5331f2d13c0d5a04f66});var infowindow = new google.maps.InfoWindow({content: $l235a3fb233e5b5331f2d13c0d5a04f66});google.maps.event.addListener(m_235a3fb233e5b5331f2d13c0d5a04f66, 'click', function() {infowindow.open(map,m_235a3fb233e5b5331f2d13c0d5a04f66);});$marker.push(m_235a3fb233e5b5331f2d13c0d5a04f66);}});}google.maps.event.addDomListener(window, 'load', initialize);