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.6134,-98.4732)};var g_94a404d665845f5d2839e5fcc7b89812 = new google.maps.Geocoder();g_94a404d665845f5d2839e5fcc7b89812.geocode( { 'address': "1314 E Sonterra Blvd #101, San Antonio, TX 78258, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-antonio-TX-omnibank-na').style.display = '';map = new google.maps.Map(document.getElementById('san-antonio-TX-omnibank-na'), mapOptions);}document.getElementById('2204f25a').innerHTML += ' | View Map';var $l94a404d665845f5d2839e5fcc7b89812 = '

Omnibank NA

Address: 1314 E Sonterra Blvd #101, San Antonio, TX 78258, USA
Phone: (210) 499-1301
';var m_94a404d665845f5d2839e5fcc7b89812 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omnibank NA',});m_94a404d665845f5d2839e5fcc7b89812['infowindow'] = new google.maps.InfoWindow({content: $l94a404d665845f5d2839e5fcc7b89812});var infowindow = new google.maps.InfoWindow({content: $l94a404d665845f5d2839e5fcc7b89812});google.maps.event.addListener(m_94a404d665845f5d2839e5fcc7b89812, 'click', function() {infowindow.open(map,m_94a404d665845f5d2839e5fcc7b89812);});$marker.push(m_94a404d665845f5d2839e5fcc7b89812);}});}google.maps.event.addDomListener(window, 'load', initialize);