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_56dfc41867dc4d05e285222c24c4e7c2 = new google.maps.Geocoder();g_56dfc41867dc4d05e285222c24c4e7c2.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-flexi-compras').style.display = '';map = new google.maps.Map(document.getElementById('alice-TX-flexi-compras'), mapOptions);}document.getElementById('e8ea9e1b').innerHTML += ' | View Map';var $l56dfc41867dc4d05e285222c24c4e7c2 = '

flexi compras

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