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(29.2742,-94.8313)};var g_44bf89b63173d40fb39f9842e308b3f9 = new google.maps.Geocoder();g_44bf89b63173d40fb39f9842e308b3f9.geocode( { 'address': "6107 Stewart Rd, Galveston, TX 77551, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('galveston-TX-ez-money').style.display = '';map = new google.maps.Map(document.getElementById('galveston-TX-ez-money'), mapOptions);}document.getElementById('533e80ed').innerHTML += ' | View Map';var $l44bf89b63173d40fb39f9842e308b3f9 = '

EZ Money

Address: 6107 Stewart Rd, Galveston, TX 77551, USA
Phone:
';var m_44bf89b63173d40fb39f9842e308b3f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'EZ Money',});m_44bf89b63173d40fb39f9842e308b3f9['infowindow'] = new google.maps.InfoWindow({content: $l44bf89b63173d40fb39f9842e308b3f9});var infowindow = new google.maps.InfoWindow({content: $l44bf89b63173d40fb39f9842e308b3f9});google.maps.event.addListener(m_44bf89b63173d40fb39f9842e308b3f9, 'click', function() {infowindow.open(map,m_44bf89b63173d40fb39f9842e308b3f9);});$marker.push(m_44bf89b63173d40fb39f9842e308b3f9);}});}google.maps.event.addDomListener(window, 'load', initialize);