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.3239,-92.427)};var g_51f3eb940fd73a19119534c063967bff = new google.maps.Geocoder();g_51f3eb940fd73a19119534c063967bff.geocode( { 'address': "2704 Highway 28 E, Pineville, LA 71360"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pineville-LA-sabine-state-bank-trust-co').style.display = '';map = new google.maps.Map(document.getElementById('pineville-LA-sabine-state-bank-trust-co'), mapOptions);}document.getElementById('2b3f2c39').innerHTML += ' | View Map';var $l51f3eb940fd73a19119534c063967bff = '

Sabine State Bank & Trust Co

Address: 2704 Highway 28 E, Pineville, LA 71360
Phone: (318) 561-0050
';var m_51f3eb940fd73a19119534c063967bff = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Sabine State Bank & Trust Co',});m_51f3eb940fd73a19119534c063967bff['infowindow'] = new google.maps.InfoWindow({content: $l51f3eb940fd73a19119534c063967bff});var infowindow = new google.maps.InfoWindow({content: $l51f3eb940fd73a19119534c063967bff});google.maps.event.addListener(m_51f3eb940fd73a19119534c063967bff, 'click', function() {infowindow.open(map,m_51f3eb940fd73a19119534c063967bff);});$marker.push(m_51f3eb940fd73a19119534c063967bff);}});}google.maps.event.addDomListener(window, 'load', initialize);