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.4091,-91.2274)};var g_2a0c7668910b8ee5928c5255c5855f5c = new google.maps.Geocoder();g_2a0c7668910b8ee5928c5255c5855f5c.geocode( { 'address': "4165 LA-1, Port Allen, LA 70767, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-allen-LA-easy-money-emg').style.display = '';map = new google.maps.Map(document.getElementById('port-allen-LA-easy-money-emg'), mapOptions);}document.getElementById('da9fff7a').innerHTML += ' | View Map';var $l2a0c7668910b8ee5928c5255c5855f5c = '

Easy Money Emg

Address: 4165 LA-1, Port Allen, LA 70767, USA
Phone: (225) 749-7979
';var m_2a0c7668910b8ee5928c5255c5855f5c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Easy Money Emg',});m_2a0c7668910b8ee5928c5255c5855f5c['infowindow'] = new google.maps.InfoWindow({content: $l2a0c7668910b8ee5928c5255c5855f5c});var infowindow = new google.maps.InfoWindow({content: $l2a0c7668910b8ee5928c5255c5855f5c});google.maps.event.addListener(m_2a0c7668910b8ee5928c5255c5855f5c, 'click', function() {infowindow.open(map,m_2a0c7668910b8ee5928c5255c5855f5c);});$marker.push(m_2a0c7668910b8ee5928c5255c5855f5c);}});}google.maps.event.addDomListener(window, 'load', initialize);