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.8387,-91.5447)};var g_5f4745b73f28844f12dae3fe3b36fb93 = new google.maps.Geocoder();g_5f4745b73f28844f12dae3fe3b36fb93.geocode( { 'address': "900 Main St, Baldwin, LA 70514, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baldwin-LA-check-cashers-inc').style.display = '';map = new google.maps.Map(document.getElementById('baldwin-LA-check-cashers-inc'), mapOptions);}document.getElementById('ea5e35ef').innerHTML += ' | View Map';var $l5f4745b73f28844f12dae3fe3b36fb93 = '

Check Cashers Inc

Address: 900 Main St, Baldwin, LA 70514, USA
Phone: (337) 923-6000
';var m_5f4745b73f28844f12dae3fe3b36fb93 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Check Cashers Inc',});m_5f4745b73f28844f12dae3fe3b36fb93['infowindow'] = new google.maps.InfoWindow({content: $l5f4745b73f28844f12dae3fe3b36fb93});var infowindow = new google.maps.InfoWindow({content: $l5f4745b73f28844f12dae3fe3b36fb93});google.maps.event.addListener(m_5f4745b73f28844f12dae3fe3b36fb93, 'click', function() {infowindow.open(map,m_5f4745b73f28844f12dae3fe3b36fb93);});$marker.push(m_5f4745b73f28844f12dae3fe3b36fb93);}});}google.maps.event.addDomListener(window, 'load', initialize);