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.6878,-92.2729)};var g_5bbc7cc2da7217ccaf66f733b3fef728 = new google.maps.Geocoder();g_5bbc7cc2da7217ccaf66f733b3fef728.geocode( { 'address': "127 E Main St, Ville Platte, LA 70586, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ville-platte-LA-security-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('ville-platte-LA-security-finance-corporation'), mapOptions);}document.getElementById('19d57b68').innerHTML += ' | View Map';var $l5bbc7cc2da7217ccaf66f733b3fef728 = '

Security Finance Corporation

Address: 127 E Main St, Ville Platte, LA 70586, USA
Phone: (337) 363-1188
';var m_5bbc7cc2da7217ccaf66f733b3fef728 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Security Finance Corporation',});m_5bbc7cc2da7217ccaf66f733b3fef728['infowindow'] = new google.maps.InfoWindow({content: $l5bbc7cc2da7217ccaf66f733b3fef728});var infowindow = new google.maps.InfoWindow({content: $l5bbc7cc2da7217ccaf66f733b3fef728});google.maps.event.addListener(m_5bbc7cc2da7217ccaf66f733b3fef728, 'click', function() {infowindow.open(map,m_5bbc7cc2da7217ccaf66f733b3fef728);});$marker.push(m_5bbc7cc2da7217ccaf66f733b3fef728);}});}google.maps.event.addDomListener(window, 'load', initialize);