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(31.0687,-97.6689)};var g_ff15f2a3f66cee433a534e361bf5fe13 = new google.maps.Geocoder();g_ff15f2a3f66cee433a534e361bf5fe13.geocode( { 'address': "300 Farm to Market 2410 #102, Harker Heights, TX 76548, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('harker-heights-TX-cash-store').style.display = '';map = new google.maps.Map(document.getElementById('harker-heights-TX-cash-store'), mapOptions);}document.getElementById('b8c8675c').innerHTML += ' | View Map';var $lff15f2a3f66cee433a534e361bf5fe13 = '

Cash Store

Address: 300 Farm to Market 2410 #102, Harker Heights, TX 76548, USA
Phone: (254) 616-5265
';var m_ff15f2a3f66cee433a534e361bf5fe13 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cash Store',});m_ff15f2a3f66cee433a534e361bf5fe13['infowindow'] = new google.maps.InfoWindow({content: $lff15f2a3f66cee433a534e361bf5fe13});var infowindow = new google.maps.InfoWindow({content: $lff15f2a3f66cee433a534e361bf5fe13});google.maps.event.addListener(m_ff15f2a3f66cee433a534e361bf5fe13, 'click', function() {infowindow.open(map,m_ff15f2a3f66cee433a534e361bf5fe13);});$marker.push(m_ff15f2a3f66cee433a534e361bf5fe13);}});}google.maps.event.addDomListener(window, 'load', initialize);