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.6842,-91.2588)};var g_94c5476f9b164809c51dbc6e8ccdeee1 = new google.maps.Geocoder();g_94c5476f9b164809c51dbc6e8ccdeee1.geocode( { 'address': "1601 Hwy 90 E, Morgan City, LA 70380, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('morgan-city-LA-abc-fast-cash-inc').style.display = '';map = new google.maps.Map(document.getElementById('morgan-city-LA-abc-fast-cash-inc'), mapOptions);}document.getElementById('b9ca8f52').innerHTML += ' | View Map';var $l94c5476f9b164809c51dbc6e8ccdeee1 = '

ABC FAST CASH INC.

Address: 1601 Hwy 90 E, Morgan City, LA 70380, USA
Phone: (985) 399-2274
';var m_94c5476f9b164809c51dbc6e8ccdeee1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ABC FAST CASH INC.',});m_94c5476f9b164809c51dbc6e8ccdeee1['infowindow'] = new google.maps.InfoWindow({content: $l94c5476f9b164809c51dbc6e8ccdeee1});var infowindow = new google.maps.InfoWindow({content: $l94c5476f9b164809c51dbc6e8ccdeee1});google.maps.event.addListener(m_94c5476f9b164809c51dbc6e8ccdeee1, 'click', function() {infowindow.open(map,m_94c5476f9b164809c51dbc6e8ccdeee1);});$marker.push(m_94c5476f9b164809c51dbc6e8ccdeee1);}});}google.maps.event.addDomListener(window, 'load', initialize);