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(32.5289,-92.1161)};var g_bda87c2e5bfb5bcfcd5e927287939386 = new google.maps.Geocoder();g_bda87c2e5bfb5bcfcd5e927287939386.geocode( { 'address': "1816 Forsythe Ave, Monroe, LA 71201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('monroe-LA-richland-state-bank').style.display = '';map = new google.maps.Map(document.getElementById('monroe-LA-richland-state-bank'), mapOptions);}document.getElementById('50f45818').innerHTML += ' | View Map';var $lbda87c2e5bfb5bcfcd5e927287939386 = '

Richland State Bank

Address: 1816 Forsythe Ave, Monroe, LA 71201, USA
Phone: (318) 699-8412
';var m_bda87c2e5bfb5bcfcd5e927287939386 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Richland State Bank',});m_bda87c2e5bfb5bcfcd5e927287939386['infowindow'] = new google.maps.InfoWindow({content: $lbda87c2e5bfb5bcfcd5e927287939386});var infowindow = new google.maps.InfoWindow({content: $lbda87c2e5bfb5bcfcd5e927287939386});google.maps.event.addListener(m_bda87c2e5bfb5bcfcd5e927287939386, 'click', function() {infowindow.open(map,m_bda87c2e5bfb5bcfcd5e927287939386);});$marker.push(m_bda87c2e5bfb5bcfcd5e927287939386);}});}google.maps.event.addDomListener(window, 'load', initialize);