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.9891,-102.082)};var g_e67eecf0ca844bd510ca62420eb53769 = new google.maps.Geocoder();g_e67eecf0ca844bd510ca62420eb53769.geocode( { 'address': "1100 Andrews Hwy, Midland, TX 79701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midland-TX-citibank').style.display = '';map = new google.maps.Map(document.getElementById('midland-TX-citibank'), mapOptions);}document.getElementById('29d4a23f').innerHTML += ' | View Map';var $le67eecf0ca844bd510ca62420eb53769 = '

Citibank

Address: 1100 Andrews Hwy, Midland, TX 79701
Phone: (432) 242-4378
';var m_e67eecf0ca844bd510ca62420eb53769 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Citibank',});m_e67eecf0ca844bd510ca62420eb53769['infowindow'] = new google.maps.InfoWindow({content: $le67eecf0ca844bd510ca62420eb53769});var infowindow = new google.maps.InfoWindow({content: $le67eecf0ca844bd510ca62420eb53769});google.maps.event.addListener(m_e67eecf0ca844bd510ca62420eb53769, 'click', function() {infowindow.open(map,m_e67eecf0ca844bd510ca62420eb53769);});$marker.push(m_e67eecf0ca844bd510ca62420eb53769);}});}google.maps.event.addDomListener(window, 'load', initialize);