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(28.7074,-100.503)};var g_72f8f755152e3651b9c79f2ea7aea05f = new google.maps.Geocoder();g_72f8f755152e3651b9c79f2ea7aea05f.geocode( { 'address': "226 Jefferson St, Eagle Pass, TX 78852, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('eagle-pass-TX-charles-johnson-finance').style.display = '';map = new google.maps.Map(document.getElementById('eagle-pass-TX-charles-johnson-finance'), mapOptions);}document.getElementById('3a13a1c1').innerHTML += ' | View Map';var $l72f8f755152e3651b9c79f2ea7aea05f = '

Charles Johnson Finance

Address: 226 Jefferson St, Eagle Pass, TX 78852, USA
Phone: (830) 752-6068
';var m_72f8f755152e3651b9c79f2ea7aea05f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Charles Johnson Finance',});m_72f8f755152e3651b9c79f2ea7aea05f['infowindow'] = new google.maps.InfoWindow({content: $l72f8f755152e3651b9c79f2ea7aea05f});var infowindow = new google.maps.InfoWindow({content: $l72f8f755152e3651b9c79f2ea7aea05f});google.maps.event.addListener(m_72f8f755152e3651b9c79f2ea7aea05f, 'click', function() {infowindow.open(map,m_72f8f755152e3651b9c79f2ea7aea05f);});$marker.push(m_72f8f755152e3651b9c79f2ea7aea05f);}});}google.maps.event.addDomListener(window, 'load', initialize);