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.7369,-97.4271)};var g_270817def41183c43f02af66890ca41f = new google.maps.Geocoder();g_270817def41183c43f02af66890ca41f.geocode( { 'address': "5015 Ayers St, Corpus Christi, TX 78415, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-melissa-hendrix').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-melissa-hendrix'), mapOptions);}document.getElementById('f4c155e9').innerHTML += ' | View Map';var $l270817def41183c43f02af66890ca41f = '

Melissa Hendrix

Address: 5015 Ayers St, Corpus Christi, TX 78415, USA
Phone: (361) 854-2228
';var m_270817def41183c43f02af66890ca41f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Melissa Hendrix',});m_270817def41183c43f02af66890ca41f['infowindow'] = new google.maps.InfoWindow({content: $l270817def41183c43f02af66890ca41f});var infowindow = new google.maps.InfoWindow({content: $l270817def41183c43f02af66890ca41f});google.maps.event.addListener(m_270817def41183c43f02af66890ca41f, 'click', function() {infowindow.open(map,m_270817def41183c43f02af66890ca41f);});$marker.push(m_270817def41183c43f02af66890ca41f);}});}google.maps.event.addDomListener(window, 'load', initialize);