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(31.9982,-102.078)};var g_a56650baa2038a79930e8afed7b08b3a = new google.maps.Geocoder();g_a56650baa2038a79930e8afed7b08b3a.geocode( { 'address': "401 W Texas Ave # 100, Midland, TX 79701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-TX-midland-bancshares-inc').style.display = '';map = new google.maps.Map(document.getElementById('midland-TX-midland-bancshares-inc'), mapOptions);}document.getElementById('e2aa12ce').innerHTML += ' | View Map';var $la56650baa2038a79930e8afed7b08b3a = '

Midland Bancshares Inc

Address: 401 W Texas Ave # 100, Midland, TX 79701, USA
Phone: (432) 685-8400
';var m_a56650baa2038a79930e8afed7b08b3a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Midland Bancshares Inc',});m_a56650baa2038a79930e8afed7b08b3a['infowindow'] = new google.maps.InfoWindow({content: $la56650baa2038a79930e8afed7b08b3a});var infowindow = new google.maps.InfoWindow({content: $la56650baa2038a79930e8afed7b08b3a});google.maps.event.addListener(m_a56650baa2038a79930e8afed7b08b3a, 'click', function() {infowindow.open(map,m_a56650baa2038a79930e8afed7b08b3a);});$marker.push(m_a56650baa2038a79930e8afed7b08b3a);}});}google.maps.event.addDomListener(window, 'load', initialize);