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.0974,-91.0108)};var g_5ed66aa234902a544389a2e9af720032 = new google.maps.Geocoder();g_5ed66aa234902a544389a2e9af720032.geocode( { 'address': "11732 Market Pl., Ste A & C, Baton Rouge, LA 70816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baton-rouge-LA-swbc-mortgage-corporation').style.display = '';map = new google.maps.Map(document.getElementById('baton-rouge-LA-swbc-mortgage-corporation'), mapOptions);}document.getElementById('fd671143').innerHTML += ' | View Map';var $l5ed66aa234902a544389a2e9af720032 = '

SWBC Mortgage Corporation

Address: 11732 Market Pl., Ste A & C, Baton Rouge, LA 70816, USA
Phone: (225) 292-2601
';var m_5ed66aa234902a544389a2e9af720032 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SWBC Mortgage Corporation',});m_5ed66aa234902a544389a2e9af720032['infowindow'] = new google.maps.InfoWindow({content: $l5ed66aa234902a544389a2e9af720032});var infowindow = new google.maps.InfoWindow({content: $l5ed66aa234902a544389a2e9af720032});google.maps.event.addListener(m_5ed66aa234902a544389a2e9af720032, 'click', function() {infowindow.open(map,m_5ed66aa234902a544389a2e9af720032);});$marker.push(m_5ed66aa234902a544389a2e9af720032);}});}google.maps.event.addDomListener(window, 'load', initialize);