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.9364,-98.4883)};var g_c5b3966bd2d4c690da368b3ecbece868 = new google.maps.Geocoder();g_c5b3966bd2d4c690da368b3ecbece868.geocode( { 'address': "200 N Austin St, Comanche, TX 76442"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('comanche-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('comanche-TX-citibank'), mapOptions);}document.getElementById('b76b12d0').innerHTML += ' | View Map';var $lc5b3966bd2d4c690da368b3ecbece868 = '

Citibank

Address: 200 N Austin St, Comanche, TX 76442
Phone: (254) 946-3033
';var m_c5b3966bd2d4c690da368b3ecbece868 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_c5b3966bd2d4c690da368b3ecbece868['infowindow'] = new google.maps.InfoWindow({content: $lc5b3966bd2d4c690da368b3ecbece868});var infowindow = new google.maps.InfoWindow({content: $lc5b3966bd2d4c690da368b3ecbece868});google.maps.event.addListener(m_c5b3966bd2d4c690da368b3ecbece868, 'click', function() {infowindow.open(map,m_c5b3966bd2d4c690da368b3ecbece868);});$marker.push(m_c5b3966bd2d4c690da368b3ecbece868);}});}google.maps.event.addDomListener(window, 'load', initialize);