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.363,-92.4094)};var g_f5e988012e8de1972afaae235744bd1d = new google.maps.Geocoder();g_f5e988012e8de1972afaae235744bd1d.geocode( { 'address': "40 Pinecrest Dr, Pineville, LA 71360, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pineville-LA-the-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('pineville-LA-the-union-bank'), mapOptions);}document.getElementById('18e8e743').innerHTML += ' | View Map';var $lf5e988012e8de1972afaae235744bd1d = '

The Union Bank

Address: 40 Pinecrest Dr, Pineville, LA 71360, USA
Phone: (318) 641-7564
';var m_f5e988012e8de1972afaae235744bd1d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'The Union Bank',});m_f5e988012e8de1972afaae235744bd1d['infowindow'] = new google.maps.InfoWindow({content: $lf5e988012e8de1972afaae235744bd1d});var infowindow = new google.maps.InfoWindow({content: $lf5e988012e8de1972afaae235744bd1d});google.maps.event.addListener(m_f5e988012e8de1972afaae235744bd1d, 'click', function() {infowindow.open(map,m_f5e988012e8de1972afaae235744bd1d);});$marker.push(m_f5e988012e8de1972afaae235744bd1d);}});}google.maps.event.addDomListener(window, 'load', initialize);