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.7604,-106.487)};var g_b5ebf2ce31849b7c85ccbd2996c39857 = new google.maps.Geocoder();g_b5ebf2ce31849b7c85ccbd2996c39857.geocode( { 'address': "109 N Oregon St, El Paso, TX 79901"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-first-national-building').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-first-national-building'), mapOptions);}document.getElementById('ee3e150f').innerHTML += ' | View Map';var $lb5ebf2ce31849b7c85ccbd2996c39857 = '

First National Building

Address: 109 N Oregon St, El Paso, TX 79901
Phone: (915) 542-3942
';var m_b5ebf2ce31849b7c85ccbd2996c39857 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Building',});m_b5ebf2ce31849b7c85ccbd2996c39857['infowindow'] = new google.maps.InfoWindow({content: $lb5ebf2ce31849b7c85ccbd2996c39857});var infowindow = new google.maps.InfoWindow({content: $lb5ebf2ce31849b7c85ccbd2996c39857});google.maps.event.addListener(m_b5ebf2ce31849b7c85ccbd2996c39857, 'click', function() {infowindow.open(map,m_b5ebf2ce31849b7c85ccbd2996c39857);});$marker.push(m_b5ebf2ce31849b7c85ccbd2996c39857);}});}google.maps.event.addDomListener(window, 'load', initialize);