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(29.0132,-95.4201)};var g_e00a9c9cb2f18a46cdbd635da85f1f30 = new google.maps.Geocoder();g_e00a9c9cb2f18a46cdbd635da85f1f30.geocode( { 'address': "204 Dixie Dr, Clute, TX 77531, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clute-TX-care-cash-express').style.display = '';map = new google.maps.Map(document.getElementById('clute-TX-care-cash-express'), mapOptions);}document.getElementById('8ac1138a').innerHTML += ' | View Map';var $le00a9c9cb2f18a46cdbd635da85f1f30 = '

Care Cash Express

Address: 204 Dixie Dr, Clute, TX 77531, USA
Phone: (979) 457-4112
';var m_e00a9c9cb2f18a46cdbd635da85f1f30 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Care Cash Express',});m_e00a9c9cb2f18a46cdbd635da85f1f30['infowindow'] = new google.maps.InfoWindow({content: $le00a9c9cb2f18a46cdbd635da85f1f30});var infowindow = new google.maps.InfoWindow({content: $le00a9c9cb2f18a46cdbd635da85f1f30});google.maps.event.addListener(m_e00a9c9cb2f18a46cdbd635da85f1f30, 'click', function() {infowindow.open(map,m_e00a9c9cb2f18a46cdbd635da85f1f30);});$marker.push(m_e00a9c9cb2f18a46cdbd635da85f1f30);}});}google.maps.event.addDomListener(window, 'load', initialize);