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.576,-91.1679)};var g_5c12fa7cccadaecbc4aadaa203d08848 = new google.maps.Geocoder();g_5c12fa7cccadaecbc4aadaa203d08848.geocode( { 'address': "238 Main St, Baker, LA 70714, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('baker-LA-onemain-financial').style.display = '';map = new google.maps.Map(document.getElementById('baker-LA-onemain-financial'), mapOptions);}document.getElementById('489c48bd').innerHTML += ' | View Map';var $l5c12fa7cccadaecbc4aadaa203d08848 = '

OneMain Financial

Address: 238 Main St, Baker, LA 70714, USA
Phone: (225) 775-2252
';var m_5c12fa7cccadaecbc4aadaa203d08848 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'OneMain Financial',});m_5c12fa7cccadaecbc4aadaa203d08848['infowindow'] = new google.maps.InfoWindow({content: $l5c12fa7cccadaecbc4aadaa203d08848});var infowindow = new google.maps.InfoWindow({content: $l5c12fa7cccadaecbc4aadaa203d08848});google.maps.event.addListener(m_5c12fa7cccadaecbc4aadaa203d08848, 'click', function() {infowindow.open(map,m_5c12fa7cccadaecbc4aadaa203d08848);});$marker.push(m_5c12fa7cccadaecbc4aadaa203d08848);}});}google.maps.event.addDomListener(window, 'load', initialize);