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.3922,-100.862)};var g_486412045b0a355f953e5aa5c8446bcb = new google.maps.Geocoder();g_486412045b0a355f953e5aa5c8446bcb.geocode( { 'address': "542 Hickory St, Colorado City, TX 79512, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('colorado-city-TX-atm-skinnys-convenience-stores').style.display = '';map = new google.maps.Map(document.getElementById('colorado-city-TX-atm-skinnys-convenience-stores'), mapOptions);}document.getElementById('2329da6a').innerHTML += ' | View Map';var $l486412045b0a355f953e5aa5c8446bcb = '

ATM (Skinny's Convenience Stores)

Address: 542 Hickory St, Colorado City, TX 79512, USA
Phone: (800) 627-3999
';var m_486412045b0a355f953e5aa5c8446bcb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Skinny's Convenience Stores)',});m_486412045b0a355f953e5aa5c8446bcb['infowindow'] = new google.maps.InfoWindow({content: $l486412045b0a355f953e5aa5c8446bcb});var infowindow = new google.maps.InfoWindow({content: $l486412045b0a355f953e5aa5c8446bcb});google.maps.event.addListener(m_486412045b0a355f953e5aa5c8446bcb, 'click', function() {infowindow.open(map,m_486412045b0a355f953e5aa5c8446bcb);});$marker.push(m_486412045b0a355f953e5aa5c8446bcb);}});}google.maps.event.addDomListener(window, 'load', initialize);