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.2193,-96.6386)};var g_70e02d9f4e6666e38e3639a622c4bef9 = new google.maps.Geocoder();g_70e02d9f4e6666e38e3639a622c4bef9.geocode( { 'address': "2050 W University Dr # 130, McKinney, TX 75071, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-cashstore').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-cashstore'), mapOptions);}document.getElementById('33fbf34a').innerHTML += ' | View Map';var $l70e02d9f4e6666e38e3639a622c4bef9 = '

Cashstore

Address: 2050 W University Dr # 130, McKinney, TX 75071, USA
Phone: (214) 385-4296
';var m_70e02d9f4e6666e38e3639a622c4bef9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Cashstore',});m_70e02d9f4e6666e38e3639a622c4bef9['infowindow'] = new google.maps.InfoWindow({content: $l70e02d9f4e6666e38e3639a622c4bef9});var infowindow = new google.maps.InfoWindow({content: $l70e02d9f4e6666e38e3639a622c4bef9});google.maps.event.addListener(m_70e02d9f4e6666e38e3639a622c4bef9, 'click', function() {infowindow.open(map,m_70e02d9f4e6666e38e3639a622c4bef9);});$marker.push(m_70e02d9f4e6666e38e3639a622c4bef9);}});}google.maps.event.addDomListener(window, 'load', initialize);