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.5249,-92.113)};var g_c17f236ca0674730bd1b9694b13d2f88 = new google.maps.Geocoder();g_c17f236ca0674730bd1b9694b13d2f88.geocode( { 'address': "1500 N 18th St, Monroe, LA 71201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-LA-regions-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('monroe-LA-regions-mortgage'), mapOptions);}document.getElementById('a1b64d85').innerHTML += ' | View Map';var $lc17f236ca0674730bd1b9694b13d2f88 = '

Regions Mortgage

Address: 1500 N 18th St, Monroe, LA 71201, USA
Phone: (318) 362-8232
';var m_c17f236ca0674730bd1b9694b13d2f88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Mortgage',});m_c17f236ca0674730bd1b9694b13d2f88['infowindow'] = new google.maps.InfoWindow({content: $lc17f236ca0674730bd1b9694b13d2f88});var infowindow = new google.maps.InfoWindow({content: $lc17f236ca0674730bd1b9694b13d2f88});google.maps.event.addListener(m_c17f236ca0674730bd1b9694b13d2f88, 'click', function() {infowindow.open(map,m_c17f236ca0674730bd1b9694b13d2f88);});$marker.push(m_c17f236ca0674730bd1b9694b13d2f88);}});}google.maps.event.addDomListener(window, 'load', initialize);