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.7985,-97.3981)};var g_20d811c0993f042e718bf91a22db015d = new google.maps.Geocoder();g_20d811c0993f042e718bf91a22db015d.geocode( { 'address': "710 Buffalo St #614, Corpus Christi, TX 78401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-live-life-credit-counseling').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-live-life-credit-counseling'), mapOptions);}document.getElementById('3ed067f6').innerHTML += ' | View Map';var $l20d811c0993f042e718bf91a22db015d = '

L:ive Life Credit Counseling

Address: 710 Buffalo St #614, Corpus Christi, TX 78401, USA
Phone: (361) 596-6960
';var m_20d811c0993f042e718bf91a22db015d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'L:ive Life Credit Counseling',});m_20d811c0993f042e718bf91a22db015d['infowindow'] = new google.maps.InfoWindow({content: $l20d811c0993f042e718bf91a22db015d});var infowindow = new google.maps.InfoWindow({content: $l20d811c0993f042e718bf91a22db015d});google.maps.event.addListener(m_20d811c0993f042e718bf91a22db015d, 'click', function() {infowindow.open(map,m_20d811c0993f042e718bf91a22db015d);});$marker.push(m_20d811c0993f042e718bf91a22db015d);}});}google.maps.event.addDomListener(window, 'load', initialize);