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.6597,-95.5269)};var g_94b219c11cb42bbe0f36ed411c3c6ad2 = new google.maps.Geocoder();g_94b219c11cb42bbe0f36ed411c3c6ad2.geocode( { 'address': "200 S Collegiate Dr, Paris, TX 75460, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('paris-TX-lamar-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('paris-TX-lamar-national-bank'), mapOptions);}document.getElementById('d610d425').innerHTML += ' | View Map';var $l94b219c11cb42bbe0f36ed411c3c6ad2 = '

Lamar National Bank

Address: 200 S Collegiate Dr, Paris, TX 75460, USA
Phone: (903) 785-0701
';var m_94b219c11cb42bbe0f36ed411c3c6ad2 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lamar National Bank',});m_94b219c11cb42bbe0f36ed411c3c6ad2['infowindow'] = new google.maps.InfoWindow({content: $l94b219c11cb42bbe0f36ed411c3c6ad2});var infowindow = new google.maps.InfoWindow({content: $l94b219c11cb42bbe0f36ed411c3c6ad2});google.maps.event.addListener(m_94b219c11cb42bbe0f36ed411c3c6ad2, 'click', function() {infowindow.open(map,m_94b219c11cb42bbe0f36ed411c3c6ad2);});$marker.push(m_94b219c11cb42bbe0f36ed411c3c6ad2);}});}google.maps.event.addDomListener(window, 'load', initialize);