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(27.7696,-98.0436)};var g_f6b5e45eeb460b667cccb232bad36cc0 = new google.maps.Geocoder();g_f6b5e45eeb460b667cccb232bad36cc0.geocode( { 'address': "2701 E Main St, Alice, TX 78332, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alice-TX-walmart-moneycenter').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-walmart-moneycenter'), mapOptions);}document.getElementById('e8ea9e1b').innerHTML += ' | View Map';var $lf6b5e45eeb460b667cccb232bad36cc0 = '

Walmart MoneyCenter

Address: 2701 E Main St, Alice, TX 78332, USA
Phone: (361) 668-0441
';var m_f6b5e45eeb460b667cccb232bad36cc0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Walmart MoneyCenter',});m_f6b5e45eeb460b667cccb232bad36cc0['infowindow'] = new google.maps.InfoWindow({content: $lf6b5e45eeb460b667cccb232bad36cc0});var infowindow = new google.maps.InfoWindow({content: $lf6b5e45eeb460b667cccb232bad36cc0});google.maps.event.addListener(m_f6b5e45eeb460b667cccb232bad36cc0, 'click', function() {infowindow.open(map,m_f6b5e45eeb460b667cccb232bad36cc0);});$marker.push(m_f6b5e45eeb460b667cccb232bad36cc0);}});}google.maps.event.addDomListener(window, 'load', initialize);