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.3932,-94.903)};var g_e31538f00546e92318c1f67821507635 = new google.maps.Geocoder();g_e31538f00546e92318c1f67821507635.geocode( { 'address': "605 9th Ave N, Texas City, TX 77590, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('texas-city-TX-friendly-loan-services').style.display = '';map = new google.maps.Map(document.getElementById('texas-city-TX-friendly-loan-services'), mapOptions);}document.getElementById('17693e8d').innerHTML += ' | View Map';var $le31538f00546e92318c1f67821507635 = '

Friendly Loan Services

Address: 605 9th Ave N, Texas City, TX 77590, USA
Phone: (409) 948-3074
';var m_e31538f00546e92318c1f67821507635 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Friendly Loan Services',});m_e31538f00546e92318c1f67821507635['infowindow'] = new google.maps.InfoWindow({content: $le31538f00546e92318c1f67821507635});var infowindow = new google.maps.InfoWindow({content: $le31538f00546e92318c1f67821507635});google.maps.event.addListener(m_e31538f00546e92318c1f67821507635, 'click', function() {infowindow.open(map,m_e31538f00546e92318c1f67821507635);});$marker.push(m_e31538f00546e92318c1f67821507635);}});}google.maps.event.addDomListener(window, 'load', initialize);