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(32.5245,-92.0818)};var g_569b6782ce5885fc4abf21cfde38f7d7 = new google.maps.Geocoder();g_569b6782ce5885fc4abf21cfde38f7d7.geocode( { 'address': "221 Sterlington Rd, Monroe, LA 71203, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-LA-moneygram').style.display = '';map = new google.maps.Map(document.getElementById('monroe-LA-moneygram'), mapOptions);}document.getElementById('e40e49c4').innerHTML += ' | View Map';var $l569b6782ce5885fc4abf21cfde38f7d7 = '

MoneyGram

Address: 221 Sterlington Rd, Monroe, LA 71203, USA
Phone: (318) 325-4092
';var m_569b6782ce5885fc4abf21cfde38f7d7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MoneyGram',});m_569b6782ce5885fc4abf21cfde38f7d7['infowindow'] = new google.maps.InfoWindow({content: $l569b6782ce5885fc4abf21cfde38f7d7});var infowindow = new google.maps.InfoWindow({content: $l569b6782ce5885fc4abf21cfde38f7d7});google.maps.event.addListener(m_569b6782ce5885fc4abf21cfde38f7d7, 'click', function() {infowindow.open(map,m_569b6782ce5885fc4abf21cfde38f7d7);});$marker.push(m_569b6782ce5885fc4abf21cfde38f7d7);}});}google.maps.event.addDomListener(window, 'load', initialize);