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(29.3951,-94.9381)};var g_64265cae39d5e60ae2b8daa54a99146f = new google.maps.Geocoder();g_64265cae39d5e60ae2b8daa54a99146f.geocode( { 'address': "2917 Palmer Hwy, Texas City, TX 77590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-toledo-finance-corporation').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-toledo-finance-corporation'), mapOptions);}document.getElementById('71ba1ad5').innerHTML += ' | View Map';var $l64265cae39d5e60ae2b8daa54a99146f = '

Toledo Finance Corporation

Address: 2917 Palmer Hwy, Texas City, TX 77590, USA
Phone: (409) 945-5070
';var m_64265cae39d5e60ae2b8daa54a99146f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Toledo Finance Corporation',});m_64265cae39d5e60ae2b8daa54a99146f['infowindow'] = new google.maps.InfoWindow({content: $l64265cae39d5e60ae2b8daa54a99146f});var infowindow = new google.maps.InfoWindow({content: $l64265cae39d5e60ae2b8daa54a99146f});google.maps.event.addListener(m_64265cae39d5e60ae2b8daa54a99146f, 'click', function() {infowindow.open(map,m_64265cae39d5e60ae2b8daa54a99146f);});$marker.push(m_64265cae39d5e60ae2b8daa54a99146f);}});}google.maps.event.addDomListener(window, 'load', initialize);