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(33.6655,-95.5438)};var g_c646a3b8b24cb64c1314c03292fff0fd = new google.maps.Geocoder();g_c646a3b8b24cb64c1314c03292fff0fd.geocode( { 'address': "305 Lamar Ave, Paris, TX 75460"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-liberty-national-bank-in-paris').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-liberty-national-bank-in-paris'), mapOptions);}document.getElementById('fe2f3335').innerHTML += ' | View Map';var $lc646a3b8b24cb64c1314c03292fff0fd = '

Liberty National Bank In Paris

Address: 305 Lamar Ave, Paris, TX 75460
Phone: (903) 785-5555
';var m_c646a3b8b24cb64c1314c03292fff0fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Liberty National Bank In Paris',});m_c646a3b8b24cb64c1314c03292fff0fd['infowindow'] = new google.maps.InfoWindow({content: $lc646a3b8b24cb64c1314c03292fff0fd});var infowindow = new google.maps.InfoWindow({content: $lc646a3b8b24cb64c1314c03292fff0fd});google.maps.event.addListener(m_c646a3b8b24cb64c1314c03292fff0fd, 'click', function() {infowindow.open(map,m_c646a3b8b24cb64c1314c03292fff0fd);});$marker.push(m_c646a3b8b24cb64c1314c03292fff0fd);}});}google.maps.event.addDomListener(window, 'load', initialize);