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.3713,-91.087)};var g_3ca0c25be29a09b50ee4643351b8641b = new google.maps.Geocoder();g_3ca0c25be29a09b50ee4643351b8641b.geocode( { 'address': "1737 Oakdale Dr, Baton Rouge, LA 70810, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-area-home-lending').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-area-home-lending'), mapOptions);}document.getElementById('930b4c88').innerHTML += ' | View Map';var $l3ca0c25be29a09b50ee4643351b8641b = '

Area Home Lending

Address: 1737 Oakdale Dr, Baton Rouge, LA 70810, USA
Phone: (225) 663-2500
';var m_3ca0c25be29a09b50ee4643351b8641b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Area Home Lending',});m_3ca0c25be29a09b50ee4643351b8641b['infowindow'] = new google.maps.InfoWindow({content: $l3ca0c25be29a09b50ee4643351b8641b});var infowindow = new google.maps.InfoWindow({content: $l3ca0c25be29a09b50ee4643351b8641b});google.maps.event.addListener(m_3ca0c25be29a09b50ee4643351b8641b, 'click', function() {infowindow.open(map,m_3ca0c25be29a09b50ee4643351b8641b);});$marker.push(m_3ca0c25be29a09b50ee4643351b8641b);}});}google.maps.event.addDomListener(window, 'load', initialize);