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.7922,-106.4)};var g_e2182fb0c419225b7a8ea9f816370439 = new google.maps.Geocoder();g_e2182fb0c419225b7a8ea9f816370439.geocode( { 'address': "6501 Boeing Dr H4, El Paso, TX 79925, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-mills-escrow').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-mills-escrow'), mapOptions);}document.getElementById('7437ed78').innerHTML += ' | View Map';var $le2182fb0c419225b7a8ea9f816370439 = '

Mills Escrow

Address: 6501 Boeing Dr H4, El Paso, TX 79925, USA
Phone: (915) 771-0877
';var m_e2182fb0c419225b7a8ea9f816370439 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mills Escrow',});m_e2182fb0c419225b7a8ea9f816370439['infowindow'] = new google.maps.InfoWindow({content: $le2182fb0c419225b7a8ea9f816370439});var infowindow = new google.maps.InfoWindow({content: $le2182fb0c419225b7a8ea9f816370439});google.maps.event.addListener(m_e2182fb0c419225b7a8ea9f816370439, 'click', function() {infowindow.open(map,m_e2182fb0c419225b7a8ea9f816370439);});$marker.push(m_e2182fb0c419225b7a8ea9f816370439);}});}google.maps.event.addDomListener(window, 'load', initialize);