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(34.1605,-99.3132)};var g_6d9db76db0c25306e60862762d4ce57f = new google.maps.Geocoder();g_6d9db76db0c25306e60862762d4ce57f.geocode( { 'address': "811 Hillcrest Dr, Vernon, TX 76384, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vernon-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('vernon-TX-cash-store'), mapOptions);}document.getElementById('7e6219f5').innerHTML += ' | View Map';var $l6d9db76db0c25306e60862762d4ce57f = '

Cash Store

Address: 811 Hillcrest Dr, Vernon, TX 76384, USA
Phone: (940) 552-5520
';var m_6d9db76db0c25306e60862762d4ce57f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_6d9db76db0c25306e60862762d4ce57f['infowindow'] = new google.maps.InfoWindow({content: $l6d9db76db0c25306e60862762d4ce57f});var infowindow = new google.maps.InfoWindow({content: $l6d9db76db0c25306e60862762d4ce57f});google.maps.event.addListener(m_6d9db76db0c25306e60862762d4ce57f, 'click', function() {infowindow.open(map,m_6d9db76db0c25306e60862762d4ce57f);});$marker.push(m_6d9db76db0c25306e60862762d4ce57f);}});}google.maps.event.addDomListener(window, 'load', initialize);