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.8115,-106.444)};var g_7cc53fcf77b1ae4d0c71a1551b9a8473 = new google.maps.Geocoder();g_7cc53fcf77b1ae4d0c71a1551b9a8473.geocode( { 'address': "3910 Dyer St, El Paso, TX 79930, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-paso-TX-omni-military-loans').style.display = '';map = new google.maps.Map(document.getElementById('el-paso-TX-omni-military-loans'), mapOptions);}document.getElementById('82cc4745').innerHTML += ' | View Map';var $l7cc53fcf77b1ae4d0c71a1551b9a8473 = '

Omni Military Loans

Address: 3910 Dyer St, El Paso, TX 79930, USA
Phone: (915) 566-6664
';var m_7cc53fcf77b1ae4d0c71a1551b9a8473 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni Military Loans',});m_7cc53fcf77b1ae4d0c71a1551b9a8473['infowindow'] = new google.maps.InfoWindow({content: $l7cc53fcf77b1ae4d0c71a1551b9a8473});var infowindow = new google.maps.InfoWindow({content: $l7cc53fcf77b1ae4d0c71a1551b9a8473});google.maps.event.addListener(m_7cc53fcf77b1ae4d0c71a1551b9a8473, 'click', function() {infowindow.open(map,m_7cc53fcf77b1ae4d0c71a1551b9a8473);});$marker.push(m_7cc53fcf77b1ae4d0c71a1551b9a8473);}});}google.maps.event.addDomListener(window, 'load', initialize);