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.6907,-92.2816)};var g_dd3ddf5ec4b28f6d9212b1d845ef125b = new google.maps.Geocoder();g_dd3ddf5ec4b28f6d9212b1d845ef125b.geocode( { 'address': "841 W Main St, Ville Platte, LA 70586"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ville-platte-LA-citizens-bank').style.display = '';map = new google.maps.Map(document.getElementById('ville-platte-LA-citizens-bank'), mapOptions);}document.getElementById('5f5d2a99').innerHTML += ' | View Map';var $ldd3ddf5ec4b28f6d9212b1d845ef125b = '

Citizens Bank

Address: 841 W Main St, Ville Platte, LA 70586
Phone: (337) 363-5643
';var m_dd3ddf5ec4b28f6d9212b1d845ef125b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citizens Bank',});m_dd3ddf5ec4b28f6d9212b1d845ef125b['infowindow'] = new google.maps.InfoWindow({content: $ldd3ddf5ec4b28f6d9212b1d845ef125b});var infowindow = new google.maps.InfoWindow({content: $ldd3ddf5ec4b28f6d9212b1d845ef125b});google.maps.event.addListener(m_dd3ddf5ec4b28f6d9212b1d845ef125b, 'click', function() {infowindow.open(map,m_dd3ddf5ec4b28f6d9212b1d845ef125b);});$marker.push(m_dd3ddf5ec4b28f6d9212b1d845ef125b);}});}google.maps.event.addDomListener(window, 'load', initialize);