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(30.4967,-97.6573)};var g_08960c2d5ce6a7b9ce3794976f4e0376 = new google.maps.Geocoder();g_08960c2d5ce6a7b9ce3794976f4e0376.geocode( { 'address': "1850 Gattis School Rd, Round Rock, TX 78664, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('round-rock-TX-ibc-bank').style.display = '';map = new google.maps.Map(document.getElementById('round-rock-TX-ibc-bank'), mapOptions);}document.getElementById('2007ae01').innerHTML += ' | View Map';var $l08960c2d5ce6a7b9ce3794976f4e0376 = '

IBC Bank

Address: 1850 Gattis School Rd, Round Rock, TX 78664, USA
Phone: (512) 320-9530
';var m_08960c2d5ce6a7b9ce3794976f4e0376 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'IBC Bank',});m_08960c2d5ce6a7b9ce3794976f4e0376['infowindow'] = new google.maps.InfoWindow({content: $l08960c2d5ce6a7b9ce3794976f4e0376});var infowindow = new google.maps.InfoWindow({content: $l08960c2d5ce6a7b9ce3794976f4e0376});google.maps.event.addListener(m_08960c2d5ce6a7b9ce3794976f4e0376, 'click', function() {infowindow.open(map,m_08960c2d5ce6a7b9ce3794976f4e0376);});$marker.push(m_08960c2d5ce6a7b9ce3794976f4e0376);}});}google.maps.event.addDomListener(window, 'load', initialize);