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.5261,-92.1124)};var g_76e24b5d6cf1894fa8bf738ed10f9c88 = new google.maps.Geocoder();g_76e24b5d6cf1894fa8bf738ed10f9c88.geocode( { 'address': "2nd Floor, 1818 Ave of America, Monroe, LA 71201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-LA-colonial-national-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('monroe-LA-colonial-national-mortgage'), mapOptions);}document.getElementById('e7afffab').innerHTML += ' | View Map';var $l76e24b5d6cf1894fa8bf738ed10f9c88 = '

Colonial National Mortgage

Address: 2nd Floor, 1818 Ave of America, Monroe, LA 71201, USA
Phone: (318) 855-0889
';var m_76e24b5d6cf1894fa8bf738ed10f9c88 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial National Mortgage',});m_76e24b5d6cf1894fa8bf738ed10f9c88['infowindow'] = new google.maps.InfoWindow({content: $l76e24b5d6cf1894fa8bf738ed10f9c88});var infowindow = new google.maps.InfoWindow({content: $l76e24b5d6cf1894fa8bf738ed10f9c88});google.maps.event.addListener(m_76e24b5d6cf1894fa8bf738ed10f9c88, 'click', function() {infowindow.open(map,m_76e24b5d6cf1894fa8bf738ed10f9c88);});$marker.push(m_76e24b5d6cf1894fa8bf738ed10f9c88);}});}google.maps.event.addDomListener(window, 'load', initialize);