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.7777,-97.4191)};var g_65cd4394ddd1c7726bb6fb3ad762b2fb = new google.maps.Geocoder();g_65cd4394ddd1c7726bb6fb3ad762b2fb.geocode( { 'address': "2701 Morgan Ave # 300, Corpus Christi, TX 78405, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corpus-christi-TX-central-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('corpus-christi-TX-central-finance-co'), mapOptions);}document.getElementById('389f147b').innerHTML += ' | View Map';var $l65cd4394ddd1c7726bb6fb3ad762b2fb = '

Central Finance Co

Address: 2701 Morgan Ave # 300, Corpus Christi, TX 78405, USA
Phone: (361) 884-0377
';var m_65cd4394ddd1c7726bb6fb3ad762b2fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Central Finance Co',});m_65cd4394ddd1c7726bb6fb3ad762b2fb['infowindow'] = new google.maps.InfoWindow({content: $l65cd4394ddd1c7726bb6fb3ad762b2fb});var infowindow = new google.maps.InfoWindow({content: $l65cd4394ddd1c7726bb6fb3ad762b2fb});google.maps.event.addListener(m_65cd4394ddd1c7726bb6fb3ad762b2fb, 'click', function() {infowindow.open(map,m_65cd4394ddd1c7726bb6fb3ad762b2fb);});$marker.push(m_65cd4394ddd1c7726bb6fb3ad762b2fb);}});}google.maps.event.addDomListener(window, 'load', initialize);