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.9553,-99.9627)};var g_cbba174fe82fd62e2da7261c5c12e894 = new google.maps.Geocoder();g_cbba174fe82fd62e2da7261c5c12e894.geocode( { 'address': "302 S. Main, Winters, TX 79567, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('winters-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('winters-TX-citibank'), mapOptions);}document.getElementById('36288a2c').innerHTML += ' | View Map';var $lcbba174fe82fd62e2da7261c5c12e894 = '

Citibank

Address: 302 S. Main, Winters, TX 79567, USA
Phone: (325) 754-0082
';var m_cbba174fe82fd62e2da7261c5c12e894 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_cbba174fe82fd62e2da7261c5c12e894['infowindow'] = new google.maps.InfoWindow({content: $lcbba174fe82fd62e2da7261c5c12e894});var infowindow = new google.maps.InfoWindow({content: $lcbba174fe82fd62e2da7261c5c12e894});google.maps.event.addListener(m_cbba174fe82fd62e2da7261c5c12e894, 'click', function() {infowindow.open(map,m_cbba174fe82fd62e2da7261c5c12e894);});$marker.push(m_cbba174fe82fd62e2da7261c5c12e894);}});}google.maps.event.addDomListener(window, 'load', initialize);