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(34.812,-102.406)};var g_bb998f8df06cc07f627a046617ff2533 = new google.maps.Geocoder();g_bb998f8df06cc07f627a046617ff2533.geocode( { 'address': "203 S 25 Mile Ave B, Hereford, TX 79045, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hereford-TX-susies').style.display = '';map = new google.maps.Map(document.getElementById('hereford-TX-susies'), mapOptions);}document.getElementById('28c56833').innerHTML += ' | View Map';var $lbb998f8df06cc07f627a046617ff2533 = '

Susie's

Address: 203 S 25 Mile Ave B, Hereford, TX 79045, USA
Phone: (806) 364-4480
';var m_bb998f8df06cc07f627a046617ff2533 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Susie's',});m_bb998f8df06cc07f627a046617ff2533['infowindow'] = new google.maps.InfoWindow({content: $lbb998f8df06cc07f627a046617ff2533});var infowindow = new google.maps.InfoWindow({content: $lbb998f8df06cc07f627a046617ff2533});google.maps.event.addListener(m_bb998f8df06cc07f627a046617ff2533, 'click', function() {infowindow.open(map,m_bb998f8df06cc07f627a046617ff2533);});$marker.push(m_bb998f8df06cc07f627a046617ff2533);}});}google.maps.event.addDomListener(window, 'load', initialize);