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.7145,-97.392)};var g_b4b98712aa52b7584cd8ff4279f0afe7 = new google.maps.Geocoder();g_b4b98712aa52b7584cd8ff4279f0afe7.geocode( { 'address': "4444 Corona Dr #125, Corpus Christi, TX 78411, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-greenpath-financial-wellness').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-greenpath-financial-wellness'), mapOptions);}document.getElementById('9bc6338f').innerHTML += ' | View Map';var $lb4b98712aa52b7584cd8ff4279f0afe7 = '

GreenPath Financial Wellness

Address: 4444 Corona Dr #125, Corpus Christi, TX 78411, USA
Phone: (800) 333-4357
';var m_b4b98712aa52b7584cd8ff4279f0afe7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'GreenPath Financial Wellness',});m_b4b98712aa52b7584cd8ff4279f0afe7['infowindow'] = new google.maps.InfoWindow({content: $lb4b98712aa52b7584cd8ff4279f0afe7});var infowindow = new google.maps.InfoWindow({content: $lb4b98712aa52b7584cd8ff4279f0afe7});google.maps.event.addListener(m_b4b98712aa52b7584cd8ff4279f0afe7, 'click', function() {infowindow.open(map,m_b4b98712aa52b7584cd8ff4279f0afe7);});$marker.push(m_b4b98712aa52b7584cd8ff4279f0afe7);}});}google.maps.event.addDomListener(window, 'load', initialize);