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(33.5679,-97.836)};var g_0490a34bd15b117838f10cf77686a74f = new google.maps.Geocoder();g_0490a34bd15b117838f10cf77686a74f.geocode( { 'address': "1508 TX-59, Bowie, TX 76230, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bowie-TX-bowie-cash-to-go').style.display = '';map = new google.maps.Map(document.getElementById('bowie-TX-bowie-cash-to-go'), mapOptions);}document.getElementById('034d60e0').innerHTML += ' | View Map';var $l0490a34bd15b117838f10cf77686a74f = '

Bowie Cash To Go

Address: 1508 TX-59, Bowie, TX 76230, USA
Phone: (940) 872-1100
';var m_0490a34bd15b117838f10cf77686a74f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bowie Cash To Go',});m_0490a34bd15b117838f10cf77686a74f['infowindow'] = new google.maps.InfoWindow({content: $l0490a34bd15b117838f10cf77686a74f});var infowindow = new google.maps.InfoWindow({content: $l0490a34bd15b117838f10cf77686a74f});google.maps.event.addListener(m_0490a34bd15b117838f10cf77686a74f, 'click', function() {infowindow.open(map,m_0490a34bd15b117838f10cf77686a74f);});$marker.push(m_0490a34bd15b117838f10cf77686a74f);}});}google.maps.event.addDomListener(window, 'load', initialize);