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(29.1972,-96.2617)};var g_8985de41b73040302bb4b2bcd20c6989 = new google.maps.Geocoder();g_8985de41b73040302bb4b2bcd20c6989.geocode( { 'address': "703 E 2nd St, El Campo, TX 77437, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-campo-TX-quick--easy-no-1').style.display = '';map = new google.maps.Map(document.getElementById('el-campo-TX-quick--easy-no-1'), mapOptions);}document.getElementById('1a1db566').innerHTML += ' | View Map';var $l8985de41b73040302bb4b2bcd20c6989 = '

Quick & Easy No 1

Address: 703 E 2nd St, El Campo, TX 77437, USA
Phone: (979) 543-3741
';var m_8985de41b73040302bb4b2bcd20c6989 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Quick & Easy No 1',});m_8985de41b73040302bb4b2bcd20c6989['infowindow'] = new google.maps.InfoWindow({content: $l8985de41b73040302bb4b2bcd20c6989});var infowindow = new google.maps.InfoWindow({content: $l8985de41b73040302bb4b2bcd20c6989});google.maps.event.addListener(m_8985de41b73040302bb4b2bcd20c6989, 'click', function() {infowindow.open(map,m_8985de41b73040302bb4b2bcd20c6989);});$marker.push(m_8985de41b73040302bb4b2bcd20c6989);}});}google.maps.event.addDomListener(window, 'load', initialize);