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.1065,-98.5375)};var g_1f9aa4769d4cee1656a17c5546b95839 = new google.maps.Geocoder();g_1f9aa4769d4cee1656a17c5546b95839.geocode( { 'address': "609 N Texas St, De Leon, TX 76444"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('de-leon-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('de-leon-TX-citibank'), mapOptions);}document.getElementById('07090ea5').innerHTML += ' | View Map';var $l1f9aa4769d4cee1656a17c5546b95839 = '

Citibank

Address: 609 N Texas St, De Leon, TX 76444
Phone: (940) 539-4799
';var m_1f9aa4769d4cee1656a17c5546b95839 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_1f9aa4769d4cee1656a17c5546b95839['infowindow'] = new google.maps.InfoWindow({content: $l1f9aa4769d4cee1656a17c5546b95839});var infowindow = new google.maps.InfoWindow({content: $l1f9aa4769d4cee1656a17c5546b95839});google.maps.event.addListener(m_1f9aa4769d4cee1656a17c5546b95839, 'click', function() {infowindow.open(map,m_1f9aa4769d4cee1656a17c5546b95839);});$marker.push(m_1f9aa4769d4cee1656a17c5546b95839);}});}google.maps.event.addDomListener(window, 'load', initialize);