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(30.9057,-94.0147)};var g_22a92dc8a44e72ff20df7241f92cc9e6 = new google.maps.Geocoder();g_22a92dc8a44e72ff20df7241f92cc9e6.geocode( { 'address': "799 W Gibson St # 600, Jasper, TX 75951, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jasper-TX-cash-kingdom').style.display = '';map = new google.maps.Map(document.getElementById('jasper-TX-cash-kingdom'), mapOptions);}document.getElementById('19da7990').innerHTML += ' | View Map';var $l22a92dc8a44e72ff20df7241f92cc9e6 = '

Cash Kingdom

Address: 799 W Gibson St # 600, Jasper, TX 75951, USA
Phone: (409) 489-0600
';var m_22a92dc8a44e72ff20df7241f92cc9e6 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Kingdom',});m_22a92dc8a44e72ff20df7241f92cc9e6['infowindow'] = new google.maps.InfoWindow({content: $l22a92dc8a44e72ff20df7241f92cc9e6});var infowindow = new google.maps.InfoWindow({content: $l22a92dc8a44e72ff20df7241f92cc9e6});google.maps.event.addListener(m_22a92dc8a44e72ff20df7241f92cc9e6, 'click', function() {infowindow.open(map,m_22a92dc8a44e72ff20df7241f92cc9e6);});$marker.push(m_22a92dc8a44e72ff20df7241f92cc9e6);}});}google.maps.event.addDomListener(window, 'load', initialize);