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.4702,-90.9533)};var g_c427d17efc5b8969a8c518530844d5b1 = new google.maps.Geocoder();g_c427d17efc5b8969a8c518530844d5b1.geocode( { 'address': "1234 Del Este Ave #903, Denham Springs, LA 70726, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denham-springs-LA-westin-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('denham-springs-LA-westin-mortgage'), mapOptions);}document.getElementById('2bc3831c').innerHTML += ' | View Map';var $lc427d17efc5b8969a8c518530844d5b1 = '

Westin Mortgage

Address: 1234 Del Este Ave #903, Denham Springs, LA 70726, USA
Phone: (225) 304-4311
';var m_c427d17efc5b8969a8c518530844d5b1 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Westin Mortgage',});m_c427d17efc5b8969a8c518530844d5b1['infowindow'] = new google.maps.InfoWindow({content: $lc427d17efc5b8969a8c518530844d5b1});var infowindow = new google.maps.InfoWindow({content: $lc427d17efc5b8969a8c518530844d5b1});google.maps.event.addListener(m_c427d17efc5b8969a8c518530844d5b1, 'click', function() {infowindow.open(map,m_c427d17efc5b8969a8c518530844d5b1);});$marker.push(m_c427d17efc5b8969a8c518530844d5b1);}});}google.maps.event.addDomListener(window, 'load', initialize);