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.7341,-99.9615)};var g_5ccf83f735dac5a7b5bf540d18af2bf5 = new google.maps.Geocoder();g_5ccf83f735dac5a7b5bf540d18af2bf5.geocode( { 'address': "900 Hutchins Ave, Ballinger, TX 76821"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ballinger-TX-office-of-comptroller-currency').style.display = '';map = new google.maps.Map(document.getElementById('ballinger-TX-office-of-comptroller-currency'), mapOptions);}document.getElementById('143b6990').innerHTML += ' | View Map';var $l5ccf83f735dac5a7b5bf540d18af2bf5 = '

Office Of Comptroller Currency

Address: 900 Hutchins Ave, Ballinger, TX 76821
Phone: (325) 365-3721
';var m_5ccf83f735dac5a7b5bf540d18af2bf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Office Of Comptroller Currency',});m_5ccf83f735dac5a7b5bf540d18af2bf5['infowindow'] = new google.maps.InfoWindow({content: $l5ccf83f735dac5a7b5bf540d18af2bf5});var infowindow = new google.maps.InfoWindow({content: $l5ccf83f735dac5a7b5bf540d18af2bf5});google.maps.event.addListener(m_5ccf83f735dac5a7b5bf540d18af2bf5, 'click', function() {infowindow.open(map,m_5ccf83f735dac5a7b5bf540d18af2bf5);});$marker.push(m_5ccf83f735dac5a7b5bf540d18af2bf5);}});}google.maps.event.addDomListener(window, 'load', initialize);