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.7875,-97.0032)};var g_980363fbf0693a2608192d1a17c90900 = new google.maps.Geocoder();g_980363fbf0693a2608192d1a17c90900.geocode( { 'address': "1112 S Cameron St, Victoria, TX 77901, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('victoria-TX-cr-callis-loan-co').style.display = '';map = new google.maps.Map(document.getElementById('victoria-TX-cr-callis-loan-co'), mapOptions);}document.getElementById('0f80268f').innerHTML += ' | View Map';var $l980363fbf0693a2608192d1a17c90900 = '

CR Callis Loan Co

Address: 1112 S Cameron St, Victoria, TX 77901, USA
Phone: (361) 573-3611
';var m_980363fbf0693a2608192d1a17c90900 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'CR Callis Loan Co',});m_980363fbf0693a2608192d1a17c90900['infowindow'] = new google.maps.InfoWindow({content: $l980363fbf0693a2608192d1a17c90900});var infowindow = new google.maps.InfoWindow({content: $l980363fbf0693a2608192d1a17c90900});google.maps.event.addListener(m_980363fbf0693a2608192d1a17c90900, 'click', function() {infowindow.open(map,m_980363fbf0693a2608192d1a17c90900);});$marker.push(m_980363fbf0693a2608192d1a17c90900);}});}google.maps.event.addDomListener(window, 'load', initialize);