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.5231,-98.2468)};var g_65c5b2d663efb9da33637f91e42ccf03 = new google.maps.Geocoder();g_65c5b2d663efb9da33637f91e42ccf03.geocode( { 'address': "12050 Lower Seguin Rd, Schertz, TX 78154, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('schertz-TX-automotive-finance-network').style.display = '';map = new google.maps.Map(document.getElementById('schertz-TX-automotive-finance-network'), mapOptions);}document.getElementById('9e812ae4').innerHTML += ' | View Map';var $l65c5b2d663efb9da33637f91e42ccf03 = '

Automotive Finance Network

Address: 12050 Lower Seguin Rd, Schertz, TX 78154, USA
Phone: (210) 659-7724
';var m_65c5b2d663efb9da33637f91e42ccf03 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Automotive Finance Network',});m_65c5b2d663efb9da33637f91e42ccf03['infowindow'] = new google.maps.InfoWindow({content: $l65c5b2d663efb9da33637f91e42ccf03});var infowindow = new google.maps.InfoWindow({content: $l65c5b2d663efb9da33637f91e42ccf03});google.maps.event.addListener(m_65c5b2d663efb9da33637f91e42ccf03, 'click', function() {infowindow.open(map,m_65c5b2d663efb9da33637f91e42ccf03);});$marker.push(m_65c5b2d663efb9da33637f91e42ccf03);}});}google.maps.event.addDomListener(window, 'load', initialize);