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(31.9226,-92.6453)};var g_51fb18046e665c3a0df6457781ae8125 = new google.maps.Geocoder();g_51fb18046e665c3a0df6457781ae8125.geocode( { 'address': "207 S Abel St, Winnfield, LA 71483"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winnfield-LA-regions-insurance').style.display = '';map = new google.maps.Map(document.getElementById('winnfield-LA-regions-insurance'), mapOptions);}document.getElementById('90a396af').innerHTML += ' | View Map';var $l51fb18046e665c3a0df6457781ae8125 = '

Regions Insurance

Address: 207 S Abel St, Winnfield, LA 71483
Phone: (318) 628-3571
';var m_51fb18046e665c3a0df6457781ae8125 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Regions Insurance',});m_51fb18046e665c3a0df6457781ae8125['infowindow'] = new google.maps.InfoWindow({content: $l51fb18046e665c3a0df6457781ae8125});var infowindow = new google.maps.InfoWindow({content: $l51fb18046e665c3a0df6457781ae8125});google.maps.event.addListener(m_51fb18046e665c3a0df6457781ae8125, 'click', function() {infowindow.open(map,m_51fb18046e665c3a0df6457781ae8125);});$marker.push(m_51fb18046e665c3a0df6457781ae8125);}});}google.maps.event.addDomListener(window, 'load', initialize);