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(30.1006,-93.7467)};var g_cd6b529eb682569567e62e86357dc118 = new google.maps.Geocoder();g_cd6b529eb682569567e62e86357dc118.geocode( { 'address': "1100 N 16th St, Orange, TX 77630, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('orange-TX-ezpawn').style.display = '';map = new google.maps.Map(document.getElementById('orange-TX-ezpawn'), mapOptions);}document.getElementById('a630c843').innerHTML += ' | View Map';var $lcd6b529eb682569567e62e86357dc118 = '

EZPAWN

Address: 1100 N 16th St, Orange, TX 77630, USA
Phone: (409) 886-4645
';var m_cd6b529eb682569567e62e86357dc118 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZPAWN',});m_cd6b529eb682569567e62e86357dc118['infowindow'] = new google.maps.InfoWindow({content: $lcd6b529eb682569567e62e86357dc118});var infowindow = new google.maps.InfoWindow({content: $lcd6b529eb682569567e62e86357dc118});google.maps.event.addListener(m_cd6b529eb682569567e62e86357dc118, 'click', function() {infowindow.open(map,m_cd6b529eb682569567e62e86357dc118);});$marker.push(m_cd6b529eb682569567e62e86357dc118);}});}google.maps.event.addDomListener(window, 'load', initialize);