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.349,-99.1134)};var g_c9f462a57d1a2cfe248d16042aa4b33d = new google.maps.Geocoder();g_c9f462a57d1a2cfe248d16042aa4b33d.geocode( { 'address': "805 19th St #1, Hondo, TX 78861, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hondo-TX-charles-johnson-finance').style.display = '';map = new google.maps.Map(document.getElementById('hondo-TX-charles-johnson-finance'), mapOptions);}document.getElementById('4c14e036').innerHTML += ' | View Map';var $lc9f462a57d1a2cfe248d16042aa4b33d = '

Charles Johnson Finance

Address: 805 19th St #1, Hondo, TX 78861, USA
Phone: (830) 426-4353
';var m_c9f462a57d1a2cfe248d16042aa4b33d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Johnson Finance',});m_c9f462a57d1a2cfe248d16042aa4b33d['infowindow'] = new google.maps.InfoWindow({content: $lc9f462a57d1a2cfe248d16042aa4b33d});var infowindow = new google.maps.InfoWindow({content: $lc9f462a57d1a2cfe248d16042aa4b33d});google.maps.event.addListener(m_c9f462a57d1a2cfe248d16042aa4b33d, 'click', function() {infowindow.open(map,m_c9f462a57d1a2cfe248d16042aa4b33d);});$marker.push(m_c9f462a57d1a2cfe248d16042aa4b33d);}});}google.maps.event.addDomListener(window, 'load', initialize);